COLOR #C38EDD

HEX: #C38EDD
RGB: (195,142,221)

Renk bilgisi

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

RGB renk modeli

#C38EDD color RGB value is (195,142,221).

  • kırmız ton 195;
  • yeşil ton 142;
  • mavi ton 221.
RGB:
(195,142,221)
(76%,56%,87%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 142 of 255 = 56%
B 221 of 255 = 87%

195
142
221

R + G + B ~ 73%. #C38EDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 142 + 221 = 558 (100%)
R 195 of 558 ~ 34.95%
G 142 of 558 ~ 25.45%
B 221 of 558 ~ 39.61%

%34.95
%25.45
%39.61

CMYK RENK MODELİ

#C38EDD rengi CMYK tonu (12,36,0,13).

  • camgöbeği tonu 11.76%
  • eflatun tonu 35.75%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(12,36,0,13)
C12M36Y0K13 
(12%,36%,0%,13%)
(0.12/0.36/0.00/0.13)	

CMYK yüzdeleri

%11.76
%35.75
%0
%13.33

Codes

Color #C38EDD in popluar color models

C38EDD
RGB195142221
HSL280°53.74%71.18%
HSB/HSV280°35.75%86.67%
CMYK11.76%35.75%0.00%
13.33%

Color #C38EDD in popluar number systems.

HEXC38EDD
Decimal195142221
Binary110000111000111011011101
Octal303216335

Shades and tints

Shades of #C38EDD

#C38EDD
(195,142,221)
#B282C9
(178,130,201)
#A176B5
(161,118,181)
#906AA1
(144,106,161)
#7F5E8D
(127,94,141)
#6E5279
(110,82,121)
#5D4665
(93,70,101)
#4C3A51
(76,58,81)
#3B2E3D
(59,46,61)
#2A2229
(42,34,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #C38EDD

#C38EDD
(195,142,221)
#C898E0
(200,152,224)
#CDA2E3
(205,162,227)
#D2ACE6
(210,172,230)
#D7B6E9
(215,182,233)
#DCC0EC
(220,192,236)
#E1CAEF
(225,202,239)
#E6D4F2
(230,212,242)
#EBDEF5
(235,222,245)
#F0E8F8
(240,232,248)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38EDD color. Also use rgb(195,142,221) instead hex code.

Text Font Color

.myTextColor { color: #C38EDD; }

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

This text font color is #C38EDD.


Background Color

.myBgColor { background-color: #C38EDD; }

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

This div background color is #C38EDD.


Border color

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

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

This div border color is #C38EDD.


Opacity

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

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

Text with #C38EDD 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 #C38EDD;}

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

This text has shadow with #C38EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38EDD on black background.


Color preview on white background

This text has color #C38EDD on white background.



Black color preview on #C38EDD background

This text has black color on #C38EDD background.


White color preview on #C38EDD background

This text has white color on #C38EDD background.