#C38ECD

Color #C38ECD Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C38ECD

Tints of Lilac #C38ECD

Color information

#C38ECD (or 0xC38ECD) is unknown color: approx Lilac. HEX triplet: C3, 8E and CD. RGB value is (195,142,205). Sum of RGB (Red+Green+Blue) = 195+142+205=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #C38ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ECD is #3C7132. Grayscale: #A4A4A4. Windows color (decimal): -3961139 or 13471427. OLE color: 13471427.

HSL color Cylindrical-coordinate representation of color #C38ECD: hue angle of 290.48º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38ECD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195142205-
CMYK0.050.3100.20
HSL290.48º38.65%68.04%-
HSV(B)290.48º30.73%80.39%-
XYZ43.235.3662.31-
YUV165.03150.56149.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 35.98%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=35.98%
G=26.20%
B=37.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951422050.050.3100.20290.4838.6568.04
HexC38ECD51F0141222744
Octal30321631553702444247104
Binary110000111000111011001101101111110101001001000101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38ECD; }

 p { color: rgb(195,142,205); }

 H1.HeaderClassName
 {
   color: #C38ECD;
 }
 .AnyTagClassName
 {
   color: #C38ECD;
 }
</style>
background-color css

<style>
 a { background-color: #C38ECD; }

 a { background-color: rgb(195,142,205); }

 div.DivClassName
 {
   background-color: #C38ECD;
 }
 .BgClassName
 {
   background-color: #C38ECD;
 }
</style>
border-color css

<style>
 span { border-color: #C38ECD; }

 span { border-color: rgb(195,142,205); }

 td.TdClassName
 {
   border-color: #C38ECD;
 }
 .TagClassName
 {
   border-color: #C38ECD;
 }
</style>