#CD8EC0

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

Shades of Lilac #CD8EC0

Tints of Lilac #CD8EC0

Color information

#CD8EC0 (or 0xCD8EC0) is unknown color: approx Lilac. HEX triplet: CD, 8E and C0. RGB value is (205,142,192). Sum of RGB (Red+Green+Blue) = 205+142+192=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8EC0 is #32713F. Grayscale: #A6A6A6. Windows color (decimal): -3305792 or 12619469. OLE color: 12619469.

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

Color convert

RGB205142192-
CMYK00.310.060.20
HSL312.38º38.65%68.04%-
HSV(B)312.38º30.73%80.39%-
XYZ44.3636.1354.5-
YUV166.54142.37155.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=38.03%
G=26.35%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514219200.310.060.20312.3838.6568.04
HexCD8EC001F6141382744
Octal31521630003762447047104
Binary110011011000111011000000011111110101001001110001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8EC0; }

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

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

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

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

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

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

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

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