#C582BF

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

Shades of Lilac #C582BF

Tints of Lilac #C582BF

Color information

#C582BF (or 0xC582BF) is unknown color: approx Lilac. HEX triplet: C5, 82 and BF. RGB value is (197,130,191). Sum of RGB (Red+Green+Blue) = 197+130+191=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C582BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582BF is #3A7D40. Grayscale: #9C9C9C. Windows color (decimal): -3833153 or 12550853. OLE color: 12550853.

HSL color Cylindrical-coordinate representation of color #C582BF: hue angle of 305.37º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C582BF is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB197130191-
CMYK00.340.030.23
HSL305.37º36.61%64.12%-
HSV(B)305.37º34.01%77.25%-
XYZ40.4131.653.26-
YUV156.99147.2156.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.03%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 191 (75% from 255) = 36.87%
R=38.03%
G=25.10%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713019100.340.030.23305.3736.6164.12
HexC582BF0223171312540
Octal30520227704232746145100
Binary110001011000001010111111010001011101111001100011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C582BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C582BF; }

 p { color: rgb(197,130,191); }

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

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

 a { background-color: rgb(197,130,191); }

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

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

 span { border-color: rgb(197,130,191); }

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