#CF9DCF

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

Shades of Lilac #CF9DCF

Tints of Lilac #CF9DCF

Color information

#CF9DCF (or 0xCF9DCF) is unknown color: approx Lilac. HEX triplet: CF, 9D and CF. RGB value is (207,157,207). Sum of RGB (Red+Green+Blue) = 207+157+207=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DCF is #306230. Grayscale: #B1B1B1. Windows color (decimal): -3170865 or 13606351. OLE color: 13606351.

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

Color convert

RGB207157207-
CMYK00.2400.19
HSL300º34.25%71.37%-
HSV(B)300º24.15%81.18%-
XYZ49.0541.8864.53-
YUV177.65144.56148.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 157 (61.72% from 255) = 27.50%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=36.25%
G=27.50%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715720700.2400.1930034.2571.37
HexCF9DCF01801312c2247
Octal31723531703002345442107
Binary1100111110011101110011110110000100111001011001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DCF; }

 p { color: rgb(207,157,207); }

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

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

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

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

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

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

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