#CD8DD0

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

Shades of Lilac #CD8DD0

Tints of Lilac #CD8DD0

Color information

#CD8DD0 (or 0xCD8DD0) is unknown color: approx Lilac. HEX triplet: CD, 8D and D0. RGB value is (205,141,208). Sum of RGB (Red+Green+Blue) = 205+141+208=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD8DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DD0 is #32722F. Grayscale: #A7A7A7. Windows color (decimal): -3306032 or 13667789. OLE color: 13667789.

HSL color Cylindrical-coordinate representation of color #CD8DD0: hue angle of 297.31º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8DD0 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205141208-
CMYK0.010.3200.18
HSL297.31º41.61%68.43%-
HSV(B)297.31º32.21%81.57%-
XYZ46.0936.5864.31-
YUV167.77150.7154.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=37.00%
G=25.45%
B=37.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051412080.010.3200.18297.3141.6168.43
HexCD8DD01200121292a44
Octal31521532014002245152104
Binary11001101100011011101000011000000100101001010011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DD0; }

 p { color: rgb(205,141,208); }

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

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

 a { background-color: rgb(205,141,208); }

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

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

 span { border-color: rgb(205,141,208); }

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