#CA93BF

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

Shades of Lilac #CA93BF

Tints of Lilac #CA93BF

Color information

#CA93BF (or 0xCA93BF) is unknown color: approx Lilac. HEX triplet: CA, 93 and BF. RGB value is (202,147,191). Sum of RGB (Red+Green+Blue) = 202+147+191=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93BF is #356C40. Grayscale: #A8A8A8. Windows color (decimal): -3501121 or 12555210. OLE color: 12555210.

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

Color convert

RGB202147191-
CMYK00.270.050.21
HSL312º34.16%68.43%-
HSV(B)312º27.23%79.22%-
XYZ44.1937.1954.14-
YUV168.46140.72151.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 147 (57.81% from 255) = 27.22%
BLUE value IS 191 (75% from 255) = 35.37%
R=37.41%
G=27.22%
B=35.37%

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
Decimal20214719100.270.050.2131234.1668.43
HexCA93BF01B5151382244
Octal31222327703352547042104
Binary110010101001001110111111011011101101011001110001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93BF; }

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

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

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

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

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

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

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

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