#CA84C4

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

Shades of Lilac #CA84C4

Tints of Lilac #CA84C4

Color information

#CA84C4 (or 0xCA84C4) is unknown color: approx Lilac. HEX triplet: CA, 84 and C4. RGB value is (202,132,196). Sum of RGB (Red+Green+Blue) = 202+132+196=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84C4 is #357B3B. Grayscale: #A0A0A0. Windows color (decimal): -3504956 or 12879050. OLE color: 12879050.

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

Color convert

RGB202132196-
CMYK00.350.030.21
HSL305.14º39.77%65.49%-
HSV(B)305.14º34.65%79.22%-
XYZ42.5733.0456.36-
YUV160.23148.19157.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 132 (51.95% from 255) = 24.91%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=38.11%
G=24.91%
B=36.98%

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
Decimal20213219600.350.030.21305.1439.7765.49
HexCA84C40233151312841
Octal31220430404332546150101
Binary110010101000010011000100010001111101011001100011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84C4; }

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

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

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

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

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

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

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

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