#C785A4

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

Shades of Viola #C785A4

Tints of Viola #C785A4

Color information

#C785A4 (or 0xC785A4) is unknown color: approx Viola. HEX triplet: C7, 85 and A4. RGB value is (199,133,164). Sum of RGB (Red+Green+Blue) = 199+133+164=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C785A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C785A4 is #387A5B. Grayscale: #9C9C9C. Windows color (decimal): -3701340 or 10782151. OLE color: 10782151.

HSL color Cylindrical-coordinate representation of color #C785A4: hue angle of 331.82º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C785A4 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB199133164-
CMYK00.330.180.22
HSL331.82º37.08%65.1%-
HSV(B)331.82º33.17%78.04%-
XYZ38.6431.639.18-
YUV156.27132.37158.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 164 (64.45% from 255) = 33.06%
R=40.12%
G=26.81%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913316400.330.180.22331.8237.0865.1
HexC785A4021121614c2541
Octal307205244041222651445101
Binary110001111000010110100100010000110010101101010011001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C785A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C785A4; }

 p { color: rgb(199,133,164); }

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

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

 a { background-color: rgb(199,133,164); }

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

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

 span { border-color: rgb(199,133,164); }

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