#CD91D2

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

Shades of Lilac #CD91D2

Tints of Lilac #CD91D2

Color information

#CD91D2 (or 0xCD91D2) is unknown color: approx Lilac. HEX triplet: CD, 91 and D2. RGB value is (205,145,210). Sum of RGB (Red+Green+Blue) = 205+145+210=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD91D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91D2 is #326E2D. Grayscale: #AAAAAA. Windows color (decimal): -3305006 or 13799885. OLE color: 13799885.

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

Color convert

RGB205145210-
CMYK0.020.3100.18
HSL295.38º41.94%69.61%-
HSV(B)295.38º30.95%82.35%-
XYZ46.9437.8865.81-
YUV170.35150.38152.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 210 (82.42% from 255) = 37.5%
R=36.61%
G=25.89%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051452100.020.3100.18295.3841.9469.61
HexCD91D221F0121272a46
Octal31522132223702244752106
Binary11001101100100011101001010111110100101001001111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91D2; }

 p { color: rgb(205,145,210); }

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

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

 a { background-color: rgb(205,145,210); }

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

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

 span { border-color: rgb(205,145,210); }

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