#CA94C2

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

Shades of Lilac #CA94C2

Tints of Lilac #CA94C2

Color information

#CA94C2 (or 0xCA94C2) is unknown color: approx Lilac. HEX triplet: CA, 94 and C2. RGB value is (202,148,194). Sum of RGB (Red+Green+Blue) = 202+148+194=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94C2 is #356B3D. Grayscale: #A9A9A9. Windows color (decimal): -3500862 or 12752074. OLE color: 12752074.

HSL color Cylindrical-coordinate representation of color #CA94C2: hue angle of 308.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA94C2 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202148194-
CMYK00.270.040.21
HSL308.89º33.75%68.63%-
HSV(B)308.89º26.73%79.22%-
XYZ44.6837.6355.95-
YUV169.39141.89151.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 148 (58.20% from 255) = 27.21%
BLUE value IS 194 (76.17% from 255) = 35.66%
R=37.13%
G=27.21%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214819400.270.040.21308.8933.7568.63
HexCA94C201B4151352245
Octal31222430203342546542105
Binary110010101001010011000010011011100101011001101011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94C2; }

 p { color: rgb(202,148,194); }

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

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

 a { background-color: rgb(202,148,194); }

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

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

 span { border-color: rgb(202,148,194); }

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