#C58BC6

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

Shades of Lilac #C58BC6

Tints of Lilac #C58BC6

Color information

#C58BC6 (or 0xC58BC6) is unknown color: approx Lilac. HEX triplet: C5, 8B and C6. RGB value is (197,139,198). Sum of RGB (Red+Green+Blue) = 197+139+198=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #C58BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BC6 is #3A7439. Grayscale: #A2A2A2. Windows color (decimal): -3830842 or 13011909. OLE color: 13011909.

HSL color Cylindrical-coordinate representation of color #C58BC6: hue angle of 298.98º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58BC6 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197139198-
CMYK0.010.3000.22
HSL298.98º34.1%66.08%-
HSV(B)298.98º29.8%77.65%-
XYZ42.4534.4157.83-
YUV163.07147.72152.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.89%
GREEN value IS 139 (54.69% from 255) = 26.03%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=36.89%
G=26.03%
B=37.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971391980.010.3000.22298.9834.166.08
HexC58BC611E01612b2242
Octal30521330613602645342102
Binary1100010110001011110001101111100101101001010111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BC6; }

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

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

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

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

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

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

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

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