#CA97BF

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

Shades of Lilac #CA97BF

Tints of Lilac #CA97BF

Color information

#CA97BF (or 0xCA97BF) is unknown color: approx Lilac. HEX triplet: CA, 97 and BF. RGB value is (202,151,191). Sum of RGB (Red+Green+Blue) = 202+151+191=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97BF is #356840. Grayscale: #AAAAAA. Windows color (decimal): -3500097 or 12556234. OLE color: 12556234.

HSL color Cylindrical-coordinate representation of color #CA97BF: hue angle of 312.94º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA97BF is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202151191-
CMYK00.250.050.21
HSL312.94º32.48%69.22%-
HSV(B)312.94º25.25%79.22%-
XYZ44.8338.4554.35-
YUV170.81139.4150.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 191 (75% from 255) = 35.11%
R=37.13%
G=27.76%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215119100.250.050.21312.9432.4869.22
HexCA97BF0195151392045
Octal31222727703152547140105
Binary110010101001011110111111011001101101011001110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97BF; }

 p { color: rgb(202,151,191); }

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

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

 a { background-color: rgb(202,151,191); }

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

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

 span { border-color: rgb(202,151,191); }

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