#CA93CB

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

Shades of Lilac #CA93CB

Tints of Lilac #CA93CB

Color information

#CA93CB (or 0xCA93CB) is unknown color: approx Lilac. HEX triplet: CA, 93 and CB. RGB value is (202,147,203). Sum of RGB (Red+Green+Blue) = 202+147+203=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA93CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93CB is #356C34. Grayscale: #A9A9A9. Windows color (decimal): -3501109 or 13341642. OLE color: 13341642.

HSL color Cylindrical-coordinate representation of color #CA93CB: hue angle of 298.93º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA93CB is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202147203-
CMYK0.000.2800.20
HSL298.93º35%68.63%-
HSV(B)298.93º27.59%79.61%-
XYZ45.5737.7461.38-
YUV169.83146.72150.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=36.59%
G=26.63%
B=36.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021472030.000.2800.20298.933568.63
HexCA93CB01C01412b2345
Octal31222331303402445343105
Binary1100101010010011110010110111000101001001010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93CB; }

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

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

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

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

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

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

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

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