#CF96CA

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

Shades of Lilac #CF96CA

Tints of Lilac #CF96CA

Color information

#CF96CA (or 0xCF96CA) is unknown color: approx Lilac. HEX triplet: CF, 96 and CA. RGB value is (207,150,202). Sum of RGB (Red+Green+Blue) = 207+150+202=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96CA is #306935. Grayscale: #ACACAC. Windows color (decimal): -3172662 or 13276879. OLE color: 13276879.

HSL color Cylindrical-coordinate representation of color #CF96CA: hue angle of 305.26º 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 #CF96CA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207150202-
CMYK00.280.020.19
HSL305.26º37.25%70%-
HSV(B)305.26º27.54%81.18%-
XYZ47.339.3460.98-
YUV172.97144.38152.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=37.03%
G=26.83%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715020200.280.020.19305.2637.2570
HexCF96CA01C2131312546
Octal31722631203422346145106
Binary11001111100101101100101001110010100111001100011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96CA; }

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

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

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

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

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

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

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

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