#CA93CF

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

Shades of Lilac #CA93CF

Tints of Lilac #CA93CF

Color information

#CA93CF (or 0xCA93CF) is unknown color: approx Lilac. HEX triplet: CA, 93 and CF. RGB value is (202,147,207). Sum of RGB (Red+Green+Blue) = 202+147+207=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA93CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93CF is #356C30. Grayscale: #AAAAAA. Windows color (decimal): -3501105 or 13603786. OLE color: 13603786.

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

Color convert

RGB202147207-
CMYK0.020.2900.19
HSL295º38.46%69.41%-
HSV(B)295º28.99%81.18%-
XYZ46.0537.9363.93-
YUV170.29148.72150.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 147 (57.81% from 255) = 26.44%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=36.33%
G=26.44%
B=37.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021472070.020.2900.1929538.4669.41
HexCA93CF21D0131272645
Octal31222331723502344746105
Binary11001010100100111100111110111010100111001001111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93CF; }

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

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

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

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

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

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

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

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