#CA94C3

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

Shades of Lilac #CA94C3

Tints of Lilac #CA94C3

Color information

#CA94C3 (or 0xCA94C3) is unknown color: approx Lilac. HEX triplet: CA, 94 and C3. RGB value is (202,148,195). Sum of RGB (Red+Green+Blue) = 202+148+195=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94C3 is #356B3C. Grayscale: #A9A9A9. Windows color (decimal): -3500861 or 12817610. OLE color: 12817610.

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

Color convert

RGB202148195-
CMYK00.270.030.21
HSL307.78º33.75%68.63%-
HSV(B)307.78º26.73%79.22%-
XYZ44.837.6856.54-
YUV169.5142.39151.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 195 (76.56% from 255) = 35.78%
R=37.06%
G=27.16%
B=35.78%

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
Decimal20214819500.270.030.21307.7833.7568.63
HexCA94C301B3151342245
Octal31222430303332546442105
Binary11001010100101001100001101101111101011001101001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94C3; }

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

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

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

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

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

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

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

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