#CA84C3

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

Shades of Lilac #CA84C3

Tints of Lilac #CA84C3

Color information

#CA84C3 (or 0xCA84C3) is unknown color: approx Lilac. HEX triplet: CA, 84 and C3. RGB value is (202,132,195). Sum of RGB (Red+Green+Blue) = 202+132+195=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84C3 is #357B3C. Grayscale: #9F9F9F. Windows color (decimal): -3504957 or 12813514. OLE color: 12813514.

HSL color Cylindrical-coordinate representation of color #CA84C3: hue angle of 306º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA84C3 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202132195-
CMYK00.350.030.21
HSL306º39.77%65.49%-
HSV(B)306º34.65%79.22%-
XYZ42.463355.76-
YUV160.11147.69157.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 132 (51.95% from 255) = 24.95%
BLUE value IS 195 (76.56% from 255) = 36.86%
R=38.19%
G=24.95%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213219500.350.030.2130639.7765.49
HexCA84C30233151322841
Octal31220430304332546250101
Binary110010101000010011000011010001111101011001100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84C3; }

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

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

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

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

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

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

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

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