#CD94D0

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

Shades of Lilac #CD94D0

Tints of Lilac #CD94D0

Color information

#CD94D0 (or 0xCD94D0) is unknown color: approx Lilac. HEX triplet: CD, 94 and D0. RGB value is (205,148,208). Sum of RGB (Red+Green+Blue) = 205+148+208=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD94D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD94D0 is #326B2F. Grayscale: #ABABAB. Windows color (decimal): -3304240 or 13669581. OLE color: 13669581.

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

Color convert

RGB205148208-
CMYK0.010.2900.18
HSL297º38.96%69.8%-
HSV(B)297º28.85%81.57%-
XYZ47.1538.7164.66-
YUV171.88148.38151.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=36.54%
G=26.38%
B=37.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051482080.010.2900.1829738.9669.8
HexCD94D011D0121292746
Octal31522432013502245147106
Binary1100110110010100110100001111010100101001010011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94D0; }

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

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

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

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

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

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

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

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