#C58BBC

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

Shades of Lilac #C58BBC

Tints of Lilac #C58BBC

Color information

#C58BBC (or 0xC58BBC) is unknown color: approx Lilac. HEX triplet: C5, 8B and BC. RGB value is (197,139,188). Sum of RGB (Red+Green+Blue) = 197+139+188=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BBC is #3A7443. Grayscale: #A1A1A1. Windows color (decimal): -3830852 or 12356549. OLE color: 12356549.

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

Color convert

RGB197139188-
CMYK00.290.050.23
HSL309.31º33.33%65.88%-
HSV(B)309.31º29.44%77.25%-
XYZ41.3433.9751.95-
YUV161.93142.72153.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.60%
GREEN value IS 139 (54.69% from 255) = 26.53%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=37.60%
G=26.53%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713918800.290.050.23309.3133.3365.88
HexC58BBC01D5171352142
Octal30521327403552746541102
Binary110001011000101110111100011101101101111001101011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BBC; }

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

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

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

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

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

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

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

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