#CA83BE

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

Shades of Lilac #CA83BE

Tints of Lilac #CA83BE

Color information

#CA83BE (or 0xCA83BE) is unknown color: approx Lilac. HEX triplet: CA, 83 and BE. RGB value is (202,131,190). Sum of RGB (Red+Green+Blue) = 202+131+190=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA83BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83BE is #357C41. Grayscale: #9E9E9E. Windows color (decimal): -3505218 or 12485578. OLE color: 12485578.

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

Color convert

RGB202131190-
CMYK00.350.060.21
HSL310.14º40.11%65.29%-
HSV(B)310.14º35.15%79.22%-
XYZ41.7732.5152.79-
YUV158.95145.52158.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=38.62%
G=25.05%
B=36.33%

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
Decimal20213119000.350.060.21310.1440.1165.29
HexCA83BE0236151362841
Octal31220327604362546650101
Binary1100101010000011101111100100011110101011001101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83BE; }

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

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

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

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

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

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

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

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