#CA93C0

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

Shades of Lilac #CA93C0

Tints of Lilac #CA93C0

Color information

#CA93C0 (or 0xCA93C0) is unknown color: approx Lilac. HEX triplet: CA, 93 and C0. RGB value is (202,147,192). Sum of RGB (Red+Green+Blue) = 202+147+192=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93C0 is #356C3F. Grayscale: #A8A8A8. Windows color (decimal): -3501120 or 12620746. OLE color: 12620746.

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

Color convert

RGB202147192-
CMYK00.270.050.21
HSL310.91º34.16%68.43%-
HSV(B)310.91º27.23%79.22%-
XYZ44.3137.2354.72-
YUV168.58141.22151.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 192 (75.39% from 255) = 35.49%
R=37.34%
G=27.17%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214719200.270.050.21310.9134.1668.43
HexCA93C001B5151372244
Octal31222330003352546742104
Binary110010101001001111000000011011101101011001101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93C0; }

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

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

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

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

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

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

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

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