#CA97D0

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

Shades of Lilac #CA97D0

Tints of Lilac #CA97D0

Color information

#CA97D0 (or 0xCA97D0) is unknown color: approx Lilac. HEX triplet: CA, 97 and D0. RGB value is (202,151,208). Sum of RGB (Red+Green+Blue) = 202+151+208=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97D0 is #35682F. Grayscale: #ACACAC. Windows color (decimal): -3500080 or 13670346. OLE color: 13670346.

HSL color Cylindrical-coordinate representation of color #CA97D0: hue angle of 293.68º 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 #CA97D0 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202151208-
CMYK0.030.2700.18
HSL293.68º37.75%70.39%-
HSV(B)293.68º27.4%81.57%-
XYZ46.8139.2464.78-
YUV172.75147.9148.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=36.01%
G=26.92%
B=37.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021512080.030.2700.18293.6837.7570.39
HexCA97D031B0121262646
Octal31222732033302244646106
Binary11001010100101111101000011110110100101001001101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97D0; }

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

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

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

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

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

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

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

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