#CA84C1

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

Shades of Lilac #CA84C1

Tints of Lilac #CA84C1

Color information

#CA84C1 (or 0xCA84C1) is unknown color: approx Lilac. HEX triplet: CA, 84 and C1. RGB value is (202,132,193). Sum of RGB (Red+Green+Blue) = 202+132+193=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84C1 is #357B3E. Grayscale: #9F9F9F. Windows color (decimal): -3504959 or 12682442. OLE color: 12682442.

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

Color convert

RGB202132193-
CMYK00.350.040.21
HSL307.71º39.77%65.49%-
HSV(B)307.71º34.65%79.22%-
XYZ42.2332.9154.58-
YUV159.88146.69158.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=38.33%
G=25.05%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213219300.350.040.21307.7139.7765.49
HexCA84C10234151342841
Octal31220430104342546450101
Binary1100101010000100110000010100011100101011001101001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84C1; }

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

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

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

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

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

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

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

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