#CF95CA

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

Shades of Lilac #CF95CA

Tints of Lilac #CF95CA

Color information

#CF95CA (or 0xCF95CA) is unknown color: approx Lilac. HEX triplet: CF, 95 and CA. RGB value is (207,149,202). Sum of RGB (Red+Green+Blue) = 207+149+202=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95CA is #306A35. Grayscale: #ACACAC. Windows color (decimal): -3172918 or 13276623. OLE color: 13276623.

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

Color convert

RGB207149202-
CMYK00.280.020.19
HSL305.17º37.66%69.8%-
HSV(B)305.17º28.02%81.18%-
XYZ47.1439.0260.93-
YUV172.38144.72152.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 149 (58.59% from 255) = 26.70%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=37.10%
G=26.70%
B=36.20%

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
Decimal20714920200.280.020.19305.1737.6669.8
HexCF95CA01C2131312646
Octal31722531203422346146106
Binary11001111100101011100101001110010100111001100011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95CA; }

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

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

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

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

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

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

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

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