#CF9FCE

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

Shades of Lilac #CF9FCE

Tints of Lilac #CF9FCE

Color information

#CF9FCE (or 0xCF9FCE) is unknown color: approx Lilac. HEX triplet: CF, 9F and CE. RGB value is (207,159,206). Sum of RGB (Red+Green+Blue) = 207+159+206=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FCE is #306031. Grayscale: #B2B2B2. Windows color (decimal): -3170354 or 13541327. OLE color: 13541327.

HSL color Cylindrical-coordinate representation of color #CF9FCE: hue angle of 301.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FCE is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207159206-
CMYK00.230.000.19
HSL301.25º33.33%71.76%-
HSV(B)301.25º23.19%81.18%-
XYZ49.2742.5264-
YUV178.71143.4148.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=36.19%
G=27.80%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715920600.230.000.19301.2533.3371.76
HexCF9FCE01701312d2148
Octal31723731602702345541110
Binary1100111110011111110011100101110100111001011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FCE; }

 p { color: rgb(207,159,206); }

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

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

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

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

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

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

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