#C582B3

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

Shades of Lily #C582B3

Tints of Lily #C582B3

Color information

#C582B3 (or 0xC582B3) is unknown color: approx Lily. HEX triplet: C5, 82 and B3. RGB value is (197,130,179). Sum of RGB (Red+Green+Blue) = 197+130+179=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C582B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582B3 is #3A7D4C. Grayscale: #9B9B9B. Windows color (decimal): -3833165 or 11764421. OLE color: 11764421.

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

Color convert

RGB197130179-
CMYK00.340.090.23
HSL316.12º36.61%64.12%-
HSV(B)316.12º34.01%77.25%-
XYZ39.1531.0946.59-
YUV155.62141.2157.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 179 (70.31% from 255) = 35.38%
R=38.93%
G=25.69%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713017900.340.090.23316.1236.6164.12
HexC582B302291713c2540
Octal305202263042112747445100
Binary11000101100000101011001101000101001101111001111001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C582B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C582B3; }

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

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

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

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

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

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

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

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