#CD8CC8

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

Shades of Lilac #CD8CC8

Tints of Lilac #CD8CC8

Color information

#CD8CC8 (or 0xCD8CC8) is unknown color: approx Lilac. HEX triplet: CD, 8C and C8. RGB value is (205,140,200). Sum of RGB (Red+Green+Blue) = 205+140+200=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CC8 is #327337. Grayscale: #A6A6A6. Windows color (decimal): -3306296 or 13143245. OLE color: 13143245.

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

Color convert

RGB205140200-
CMYK00.320.020.20
HSL304.62º39.39%67.65%-
HSV(B)304.62º31.71%80.39%-
XYZ44.9835.9159.2-
YUV166.28147.03155.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 200 (78.52% from 255) = 36.70%
R=37.61%
G=25.69%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514020000.320.020.20304.6239.3967.65
HexCD8CC80202141312744
Octal31521431004022446147104
Binary110011011000110011001000010000010101001001100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CC8; }

 p { color: rgb(205,140,200); }

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

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

 a { background-color: rgb(205,140,200); }

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

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

 span { border-color: rgb(205,140,200); }

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