#CB97CC

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

Shades of Lilac #CB97CC

Tints of Lilac #CB97CC

Color information

#CB97CC (or 0xCB97CC) is unknown color: approx Lilac. HEX triplet: CB, 97 and CC. RGB value is (203,151,204). Sum of RGB (Red+Green+Blue) = 203+151+204=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB97CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97CC is #346833. Grayscale: #ACACAC. Windows color (decimal): -3434548 or 13408203. OLE color: 13408203.

HSL color Cylindrical-coordinate representation of color #CB97CC: hue angle of 298.87º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB97CC is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203151204-
CMYK0.000.2600.2
HSL298.87º34.19%69.61%-
HSV(B)298.87º25.98%80%-
XYZ46.5939.1962.24-
YUV172.59145.73149.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 151 (59.38% from 255) = 27.06%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=36.38%
G=27.06%
B=36.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031512040.000.2600.2298.8734.1969.61
HexCB97CC01A01412b2246
Octal31322731403202445342106
Binary1100101110010111110011000110100101001001010111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97CC; }

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

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

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

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

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

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

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

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