COLOR #C38CD7

HEX: #C38CD7
RGB: (195,140,215)

Renk bilgisi

#C38CD7 contains mainly red and blue colors. #C38CD7 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C38CD7 color RGB value is (195,140,215).

  • kırmız ton 195;
  • yeşil ton 140;
  • mavi ton 215.
RGB:
(195,140,215)
(76%,55%,84%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 140 of 255 = 55%
B 215 of 255 = 84%

195
140
215

R + G + B ~ 72%. #C38CD7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 140 + 215 = 550 (100%)
R 195 of 550 ~ 35.45%
G 140 of 550 ~ 25.45%
B 215 of 550 ~ 39.09%

%35.45
%25.45
%39.09

CMYK RENK MODELİ

#C38CD7 rengi CMYK tonu (9,35,0,16).

  • camgöbeği tonu 9.30%
  • eflatun tonu 34.88%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(9,35,0,16)
C9M35Y0K16 
(9%,35%,0%,16%)
(0.09/0.35/0.00/0.16)	

CMYK yüzdeleri

%9.3
%34.88
%0
%15.69

Codes

Color #C38CD7 in popluar color models

C38CD7
RGB195140215
HSL284°48.39%69.61%
HSB/HSV284°34.88%84.31%
CMYK9.30%34.88%0.00%
15.69%

Color #C38CD7 in popluar number systems.

HEXC38CD7
Decimal195140215
Binary110000111000110011010111
Octal303214327

Shades and tints

Shades of #C38CD7

#C38CD7
(195,140,215)
#B280C4
(178,128,196)
#A174B1
(161,116,177)
#90689E
(144,104,158)
#7F5C8B
(127,92,139)
#6E5078
(110,80,120)
#5D4465
(93,68,101)
#4C3852
(76,56,82)
#3B2C3F
(59,44,63)
#2A202C
(42,32,44)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #C38CD7

#C38CD7
(195,140,215)
#C896DA
(200,150,218)
#CDA0DD
(205,160,221)
#D2AAE0
(210,170,224)
#D7B4E3
(215,180,227)
#DCBEE6
(220,190,230)
#E1C8E9
(225,200,233)
#E6D2EC
(230,210,236)
#EBDCEF
(235,220,239)
#F0E6F2
(240,230,242)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38CD7 color. Also use rgb(195,140,215) instead hex code.

Text Font Color

.myTextColor { color: #C38CD7; }

<p style="color:#C38CD7">This sample text font color is #C38CD7.</p>

This text font color is #C38CD7.


Background Color

.myBgColor { background-color: #C38CD7; }

<div style="background-color:#C38CD7">Inner text</div>

This div background color is #C38CD7.


Border color

.myBorderColor { border: 1px solid #C38CD7; }

<div style="border:3px solid #C38CD7">Div</div>

This div border color is #C38CD7.


Opacity

.myOpacity80 { color: #C38CD7; opacity: 0.8; }

<p style="color:#C38CD7;opacity:0.8;">80%</p>

Text with #C38CD7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C38CD7;}

<p style="text-shadow: 3px 3px 1px #C38CD7">Text here.</p>

This text has shadow with #C38CD7 color.

.textShadow {text-shadow: 3px 3px 1px #C38CD7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C38CD7, 5px 5px 20px red">Text here.</p>

This text has shadow with #C38CD7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C38CD7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C38CD7, Direction=45, Strength=4)">Text</p>

This text has shadow with #C38CD7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C38CD7;
  -webkit-box-shadow:	1px 1px 3px 2px #C38CD7;
  box-shadow:		1px 1px 3px 2px #C38CD7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C38CD7;
-webkit-box-shadow: 1px 1px 3px 2px #C38CD7;
box-shadow:1px 1px 3px 2px #C38CD7;">
Div content here</div>
This div box has shadow with color #C38CD7.

Preview

Color preview on black background

This text has color #C38CD7 on black background.


Color preview on white background

This text has color #C38CD7 on white background.



Black color preview on #C38CD7 background

This text has black color on #C38CD7 background.


White color preview on #C38CD7 background

This text has white color on #C38CD7 background.