#CF97D0

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

Shades of Lilac #CF97D0

Tints of Lilac #CF97D0

Color information

#CF97D0 (or 0xCF97D0) is unknown color: approx Lilac. HEX triplet: CF, 97 and D0. RGB value is (207,151,208). Sum of RGB (Red+Green+Blue) = 207+151+208=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97D0 is #30682F. Grayscale: #AEAEAE. Windows color (decimal): -3172400 or 13670351. OLE color: 13670351.

HSL color Cylindrical-coordinate representation of color #CF97D0: hue angle of 298.95º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF97D0 is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207151208-
CMYK0.000.2700.18
HSL298.95º37.75%70.39%-
HSV(B)298.95º27.4%81.57%-
XYZ48.1839.9564.85-
YUV174.24147.05151.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=36.57%
G=26.68%
B=36.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071512080.000.2700.18298.9537.7570.39
HexCF97D001B01212b2646
Octal31722732003302245346106
Binary1100111110010111110100000110110100101001010111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF97D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF97D0; }

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

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

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

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

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

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

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

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