#C582B2

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

Shades of Lily #C582B2

Tints of Lily #C582B2

Color information

#C582B2 (or 0xC582B2) is unknown color: approx Lily. HEX triplet: C5, 82 and B2. RGB value is (197,130,178). Sum of RGB (Red+Green+Blue) = 197+130+178=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C582B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C582B2 is #3A7D4D. Grayscale: #9B9B9B. Windows color (decimal): -3833166 or 11698885. OLE color: 11698885.

HSL color Cylindrical-coordinate representation of color #C582B2: hue angle of 317.01º 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 #C582B2 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB197130178-
CMYK00.340.100.23
HSL317.01º36.61%64.12%-
HSV(B)317.01º34.01%77.25%-
XYZ39.0431.0546.05-
YUV155.5140.7157.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 130 (51.17% from 255) = 25.74%
BLUE value IS 178 (69.92% from 255) = 35.25%
R=39.01%
G=25.74%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713017800.340.100.23317.0136.6164.12
HexC582B2022A1713d2540
Octal305202262042122747545100
Binary11000101100000101011001001000101010101111001111011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C582B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C582B2; }

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

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

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

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

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

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

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

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