#CD91D0

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

Shades of Lilac #CD91D0

Tints of Lilac #CD91D0

Color information

#CD91D0 (or 0xCD91D0) is unknown color: approx Lilac. HEX triplet: CD, 91 and D0. RGB value is (205,145,208). Sum of RGB (Red+Green+Blue) = 205+145+208=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD91D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91D0 is #326E2F. Grayscale: #A9A9A9. Windows color (decimal): -3305008 or 13668813. OLE color: 13668813.

HSL color Cylindrical-coordinate representation of color #CD91D0: hue angle of 297.14º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD91D0 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205145208-
CMYK0.010.3000.18
HSL297.14º40.13%69.22%-
HSV(B)297.14º30.29%81.57%-
XYZ46.6937.7864.51-
YUV170.12149.38152.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=36.74%
G=25.99%
B=37.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051452080.010.3000.18297.1440.1369.22
HexCD91D011E0121292845
Octal31522132013602245150105
Binary1100110110010001110100001111100100101001010011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91D0; }

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

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

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

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

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

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

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

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