#C58EA6

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

Shades of Viola #C58EA6

Tints of Viola #C58EA6

Color information

#C58EA6 (or 0xC58EA6) is unknown color: approx Viola. HEX triplet: C5, 8E and A6. RGB value is (197,142,166). Sum of RGB (Red+Green+Blue) = 197+142+166=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C58EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58EA6 is #3A7159. Grayscale: #A1A1A1. Windows color (decimal): -3830106 or 10915525. OLE color: 10915525.

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

Color convert

RGB197142166-
CMYK00.280.160.23
HSL333.82º32.16%66.47%-
HSV(B)333.82º27.92%77.25%-
XYZ39.5833.9740.55-
YUV161.18130.72153.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=39.01%
G=28.12%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714216600.280.160.23333.8232.1666.47
HexC58EA601C101714e2042
Octal305216246034202751640102
Binary11000101100011101010011001110010000101111010011101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58EA6; }

 p { color: rgb(197,142,166); }

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

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

 a { background-color: rgb(197,142,166); }

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

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

 span { border-color: rgb(197,142,166); }

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