#CD8DD4

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

Shades of Lilac #CD8DD4

Tints of Lilac #CD8DD4

Color information

#CD8DD4 (or 0xCD8DD4) is unknown color: approx Lilac. HEX triplet: CD, 8D and D4. RGB value is (205,141,212). Sum of RGB (Red+Green+Blue) = 205+141+212=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD8DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DD4 is #32722B. Grayscale: #A8A8A8. Windows color (decimal): -3306028 or 13929933. OLE color: 13929933.

HSL color Cylindrical-coordinate representation of color #CD8DD4: hue angle of 294.08º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8DD4 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205141212-
CMYK0.030.3300.17
HSL294.08º45.22%69.22%-
HSV(B)294.08º33.49%83.14%-
XYZ46.5936.7866.93-
YUV168.23152.7154.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 212 (83.20% from 255) = 37.99%
R=36.74%
G=25.27%
B=37.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051412120.030.3300.17294.0845.2269.22
HexCD8DD43210111262d45
Octal31521532434102144655105
Binary110011011000110111010100111000010100011001001101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DD4; }

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

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

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

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

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

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

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

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