#CD99CF

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

Shades of Lilac #CD99CF

Tints of Lilac #CD99CF

Color information

#CD99CF (or 0xCD99CF) is unknown color: approx Lilac. HEX triplet: CD, 99 and CF. RGB value is (205,153,207). Sum of RGB (Red+Green+Blue) = 205+153+207=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99CF is #326630. Grayscale: #AEAEAE. Windows color (decimal): -3302961 or 13605325. OLE color: 13605325.

HSL color Cylindrical-coordinate representation of color #CD99CF: hue angle of 297.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CD99CF is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205153207-
CMYK0.010.2600.19
HSL297.78º36%70.59%-
HSV(B)297.78º26.09%81.18%-
XYZ47.8340.2764.28-
YUV174.7146.23149.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=36.28%
G=27.08%
B=36.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051532070.010.2600.19297.783670.59
HexCD99CF11A01312a2447
Octal31523131713202345244107
Binary1100110110011001110011111110100100111001010101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99CF; }

 p { color: rgb(205,153,207); }

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

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

 a { background-color: rgb(205,153,207); }

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

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

 span { border-color: rgb(205,153,207); }

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