#C58CA7

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

Shades of Viola #C58CA7

Tints of Viola #C58CA7

Color information

#C58CA7 (or 0xC58CA7) is unknown color: approx Viola. HEX triplet: C5, 8C and A7. RGB value is (197,140,167). Sum of RGB (Red+Green+Blue) = 197+140+167=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58CA7 is #3A7358. Grayscale: #A0A0A0. Windows color (decimal): -3830617 or 10980549. OLE color: 10980549.

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

Color convert

RGB197140167-
CMYK00.290.150.23
HSL331.58º32.95%66.08%-
HSV(B)331.58º28.93%77.25%-
XYZ39.3833.4240.93-
YUV160.12131.88154.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.09%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 167 (65.62% from 255) = 33.13%
R=39.09%
G=27.78%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714016700.290.150.23331.5832.9566.08
HexC58CA701DF1714c2142
Octal305214247035172751441102
Binary1100010110001100101001110111011111101111010011001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CA7; }

 p { color: rgb(197,140,167); }

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

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

 a { background-color: rgb(197,140,167); }

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

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

 span { border-color: rgb(197,140,167); }

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