#CA97CD

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

Shades of Lilac #CA97CD

Tints of Lilac #CA97CD

Color information

#CA97CD (or 0xCA97CD) is unknown color: approx Lilac. HEX triplet: CA, 97 and CD. RGB value is (202,151,205). Sum of RGB (Red+Green+Blue) = 202+151+205=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA97CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97CD is #356832. Grayscale: #ACACAC. Windows color (decimal): -3500083 or 13473738. OLE color: 13473738.

HSL color Cylindrical-coordinate representation of color #CA97CD: hue angle of 296.67º degrees, saturation: 0.35, 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 #CA97CD is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202151205-
CMYK0.010.2600.20
HSL296.67º35.06%69.8%-
HSV(B)296.67º26.34%80.39%-
XYZ46.4439.162.86-
YUV172.4146.4149.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 151 (59.38% from 255) = 27.06%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=36.20%
G=27.06%
B=36.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021512050.010.2600.20296.6735.0669.8
HexCA97CD11A0141292346
Octal31222731513202445143106
Binary1100101010010111110011011110100101001001010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97CD; }

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

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

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

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

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

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

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

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