#CA97CF

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

Shades of Lilac #CA97CF

Tints of Lilac #CA97CF

Color information

#CA97CF (or 0xCA97CF) is unknown color: approx Lilac. HEX triplet: CA, 97 and CF. RGB value is (202,151,207). Sum of RGB (Red+Green+Blue) = 202+151+207=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA97CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97CF is #356830. Grayscale: #ACACAC. Windows color (decimal): -3500081 or 13604810. OLE color: 13604810.

HSL color Cylindrical-coordinate representation of color #CA97CF: hue angle of 294.64º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA97CF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202151207-
CMYK0.020.2700.19
HSL294.64º36.84%70.2%-
HSV(B)294.64º27.05%81.18%-
XYZ46.6939.1964.14-
YUV172.63147.4148.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 151 (59.38% from 255) = 26.96%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=36.07%
G=26.96%
B=36.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021512070.020.2700.19294.6436.8470.2
HexCA97CF21B0131272546
Octal31222731723302344745106
Binary11001010100101111100111110110110100111001001111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97CF; }

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

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

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

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

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

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

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

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