#CA97C1

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

Shades of Lilac #CA97C1

Tints of Lilac #CA97C1

Color information

#CA97C1 (or 0xCA97C1) is unknown color: approx Lilac. HEX triplet: CA, 97 and C1. RGB value is (202,151,193). Sum of RGB (Red+Green+Blue) = 202+151+193=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97C1 is #35683E. Grayscale: #AAAAAA. Windows color (decimal): -3500095 or 12687306. OLE color: 12687306.

HSL color Cylindrical-coordinate representation of color #CA97C1: hue angle of 310.59º 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 #CA97C1 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202151193-
CMYK00.250.040.21
HSL310.59º32.48%69.22%-
HSV(B)310.59º25.25%79.22%-
XYZ45.0538.5455.52-
YUV171.04140.4150.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=37.00%
G=27.66%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215119300.250.040.21310.5932.4869.22
HexCA97C10194151372045
Octal31222730103142546740105
Binary110010101001011111000001011001100101011001101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97C1; }

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

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

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

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

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

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

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

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