#C58FBA

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

Shades of Lily #C58FBA

Tints of Lily #C58FBA

Color information

#C58FBA (or 0xC58FBA) is unknown color: approx Lily. HEX triplet: C5, 8F and BA. RGB value is (197,143,186). Sum of RGB (Red+Green+Blue) = 197+143+186=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C58FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FBA is #3A7045. Grayscale: #A3A3A3. Windows color (decimal): -3829830 or 12226501. OLE color: 12226501.

HSL color Cylindrical-coordinate representation of color #C58FBA: hue angle of 312.22º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C58FBA is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197143186-
CMYK00.270.060.23
HSL312.22º31.76%66.67%-
HSV(B)312.22º27.41%77.25%-
XYZ41.7135.0651.02-
YUV164.05140.39151.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=37.45%
G=27.19%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714318600.270.060.23312.2231.7666.67
HexC58FBA01B6171382043
Octal30521727203362747040103
Binary110001011000111110111010011011110101111001110001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FBA; }

 p { color: rgb(197,143,186); }

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

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

 a { background-color: rgb(197,143,186); }

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

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

 span { border-color: rgb(197,143,186); }

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