#CA93C5

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

Shades of Lilac #CA93C5

Tints of Lilac #CA93C5

Color information

#CA93C5 (or 0xCA93C5) is unknown color: approx Lilac. HEX triplet: CA, 93 and C5. RGB value is (202,147,197). Sum of RGB (Red+Green+Blue) = 202+147+197=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93C5 is #356C3A. Grayscale: #A9A9A9. Windows color (decimal): -3501115 or 12948426. OLE color: 12948426.

HSL color Cylindrical-coordinate representation of color #CA93C5: hue angle of 305.45º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA93C5 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202147197-
CMYK00.270.020.21
HSL305.45º34.16%68.43%-
HSV(B)305.45º27.23%79.22%-
XYZ44.8737.4657.69-
YUV169.14143.72151.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 197 (77.34% from 255) = 36.08%
R=37.00%
G=26.92%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214719700.270.020.21305.4534.1668.43
HexCA93C501B2151312244
Octal31222330503322546142104
Binary11001010100100111100010101101110101011001100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93C5; }

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

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

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

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

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

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

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

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