#CD8ECA

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

Shades of Lilac #CD8ECA

Tints of Lilac #CD8ECA

Color information

#CD8ECA (or 0xCD8ECA) is unknown color: approx Lilac. HEX triplet: CD, 8E and CA. RGB value is (205,142,202). Sum of RGB (Red+Green+Blue) = 205+142+202=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ECA is #327135. Grayscale: #A7A7A7. Windows color (decimal): -3305782 or 13274829. OLE color: 13274829.

HSL color Cylindrical-coordinate representation of color #CD8ECA: hue angle of 302.86º 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 #CD8ECA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205142202-
CMYK00.310.010.20
HSL302.86º38.65%68.04%-
HSV(B)302.86º30.73%80.39%-
XYZ45.5136.5960.54-
YUV167.68147.37154.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 142 (55.86% from 255) = 25.87%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=37.34%
G=25.87%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514220200.310.010.20302.8638.6568.04
HexCD8ECA01F11412f2744
Octal31521631203712445747104
Binary1100110110001110110010100111111101001001011111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8ECA; }

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

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

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

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

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

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

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

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