#CF95CB

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

Shades of Lilac #CF95CB

Tints of Lilac #CF95CB

Color information

#CF95CB (or 0xCF95CB) is unknown color: approx Lilac. HEX triplet: CF, 95 and CB. RGB value is (207,149,203). Sum of RGB (Red+Green+Blue) = 207+149+203=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95CB is #306A34. Grayscale: #ACACAC. Windows color (decimal): -3172917 or 13342159. OLE color: 13342159.

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

Color convert

RGB207149203-
CMYK00.280.020.19
HSL304.14º37.66%69.8%-
HSV(B)304.14º28.02%81.18%-
XYZ47.2639.0761.55-
YUV172.5145.22152.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=37.03%
G=26.65%
B=36.31%

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
Decimal20714920300.280.020.19304.1437.6669.8
HexCF95CB01C2131302646
Octal31722531303422346046106
Binary11001111100101011100101101110010100111001100001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95CB; }

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

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

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

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

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

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

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

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