#CF96CE

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

Shades of Lilac #CF96CE

Tints of Lilac #CF96CE

Color information

#CF96CE (or 0xCF96CE) is unknown color: approx Lilac. HEX triplet: CF, 96 and CE. RGB value is (207,150,206). Sum of RGB (Red+Green+Blue) = 207+150+206=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96CE is #306931. Grayscale: #ADADAD. Windows color (decimal): -3172658 or 13539023. OLE color: 13539023.

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

Color convert

RGB207150206-
CMYK00.280.000.19
HSL301.05º37.25%70%-
HSV(B)301.05º27.54%81.18%-
XYZ47.7839.5363.51-
YUV173.43146.38151.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=36.77%
G=26.64%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715020600.280.000.19301.0537.2570
HexCF96CE01C01312d2546
Octal31722631603402345545106
Binary1100111110010110110011100111000100111001011011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96CE; }

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

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

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

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

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

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

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

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