#CF97CB

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

Shades of Lilac #CF97CB

Tints of Lilac #CF97CB

Color information

#CF97CB (or 0xCF97CB) is unknown color: approx Lilac. HEX triplet: CF, 97 and CB. RGB value is (207,151,203). Sum of RGB (Red+Green+Blue) = 207+151+203=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CF97CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97CB is #306834. Grayscale: #ADADAD. Windows color (decimal): -3172405 or 13342671. OLE color: 13342671.

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

Color convert

RGB207151203-
CMYK00.270.020.19
HSL304.29º36.84%70.2%-
HSV(B)304.29º27.05%81.18%-
XYZ47.5839.7161.66-
YUV173.67144.55151.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=36.90%
G=26.92%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715120300.270.020.19304.2936.8470.2
HexCF97CB01B2131302546
Octal31722731303322346045106
Binary11001111100101111100101101101110100111001100001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF97CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF97CB; }

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

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

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

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

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

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

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

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