#CA84BE

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

Shades of Lilac #CA84BE

Tints of Lilac #CA84BE

Color information

#CA84BE (or 0xCA84BE) is unknown color: approx Lilac. HEX triplet: CA, 84 and BE. RGB value is (202,132,190). Sum of RGB (Red+Green+Blue) = 202+132+190=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84BE is #357B41. Grayscale: #9F9F9F. Windows color (decimal): -3504962 or 12485834. OLE color: 12485834.

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

Color convert

RGB202132190-
CMYK00.350.060.21
HSL310.29º39.77%65.49%-
HSV(B)310.29º34.65%79.22%-
XYZ41.932.7852.83-
YUV159.54145.19158.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=38.55%
G=25.19%
B=36.26%

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
Decimal20213219000.350.060.21310.2939.7765.49
HexCA84BE0236151362841
Octal31220427604362546650101
Binary1100101010000100101111100100011110101011001101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84BE; }

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

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

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

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

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

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

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

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