#CA93C6

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

Shades of Lilac #CA93C6

Tints of Lilac #CA93C6

Color information

#CA93C6 (or 0xCA93C6) is unknown color: approx Lilac. HEX triplet: CA, 93 and C6. RGB value is (202,147,198). Sum of RGB (Red+Green+Blue) = 202+147+198=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93C6 is #356C39. Grayscale: #A9A9A9. Windows color (decimal): -3501114 or 13013962. OLE color: 13013962.

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

Color convert

RGB202147198-
CMYK00.270.020.21
HSL304.36º34.16%68.43%-
HSV(B)304.36º27.23%79.22%-
XYZ44.9837.558.29-
YUV169.26144.22151.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 198 (77.73% from 255) = 36.20%
R=36.93%
G=26.87%
B=36.20%

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
Decimal20214719800.270.020.21304.3634.1668.43
HexCA93C601B2151302244
Octal31222330603322546042104
Binary11001010100100111100011001101110101011001100001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93C6; }

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

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

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

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

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

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

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

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