#C58BAD

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

Shades of Lily #C58BAD

Tints of Lily #C58BAD

Color information

#C58BAD (or 0xC58BAD) is unknown color: approx Lily. HEX triplet: C5, 8B and AD. RGB value is (197,139,173). Sum of RGB (Red+Green+Blue) = 197+139+173=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58BAD is #3A7452. Grayscale: #A0A0A0. Windows color (decimal): -3830867 or 11373509. OLE color: 11373509.

HSL color Cylindrical-coordinate representation of color #C58BAD: hue angle of 324.83º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58BAD is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB197139173-
CMYK00.290.120.23
HSL324.83º33.33%65.88%-
HSV(B)324.83º29.44%77.25%-
XYZ39.833.3543.88-
YUV160.22135.22154.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=38.70%
G=27.31%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713917300.290.120.23324.8333.3365.88
HexC58BAD01DC171452142
Octal305213255035142750541102
Binary1100010110001011101011010111011100101111010001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BAD; }

 p { color: rgb(197,139,173); }

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

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

 a { background-color: rgb(197,139,173); }

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

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

 span { border-color: rgb(197,139,173); }

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