#CA84BD

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

Shades of Lilac #CA84BD

Tints of Lilac #CA84BD

Color information

#CA84BD (or 0xCA84BD) is unknown color: approx Lilac. HEX triplet: CA, 84 and BD. RGB value is (202,132,189). Sum of RGB (Red+Green+Blue) = 202+132+189=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84BD is #357B42. Grayscale: #9F9F9F. Windows color (decimal): -3504963 or 12420298. OLE color: 12420298.

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

Color convert

RGB202132189-
CMYK00.350.060.21
HSL311.14º39.77%65.49%-
HSV(B)311.14º34.65%79.22%-
XYZ41.7932.7352.26-
YUV159.43144.69158.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=38.62%
G=25.24%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213218900.350.060.21311.1439.7765.49
HexCA84BD0236151372841
Octal31220427504362546750101
Binary1100101010000100101111010100011110101011001101111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84BD; }

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

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

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

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

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

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

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

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