#CA93C4

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

Shades of Lilac #CA93C4

Tints of Lilac #CA93C4

Color information

#CA93C4 (or 0xCA93C4) is unknown color: approx Lilac. HEX triplet: CA, 93 and C4. RGB value is (202,147,196). Sum of RGB (Red+Green+Blue) = 202+147+196=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93C4 is #356C3B. Grayscale: #A8A8A8. Windows color (decimal): -3501116 or 12882890. OLE color: 12882890.

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

Color convert

RGB202147196-
CMYK00.270.030.21
HSL306.55º34.16%68.43%-
HSV(B)306.55º27.23%79.22%-
XYZ44.7537.4157.09-
YUV169.03143.22151.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=37.06%
G=26.97%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214719600.270.030.21306.5534.1668.43
HexCA93C401B3151332244
Octal31222330403332546342104
Binary11001010100100111100010001101111101011001100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93C4; }

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

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

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

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

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

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

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

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