#C681A6

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

Shades of Viola #C681A6

Tints of Viola #C681A6

Color information

#C681A6 (or 0xC681A6) is unknown color: approx Viola. HEX triplet: C6, 81 and A6. RGB value is (198,129,166). Sum of RGB (Red+Green+Blue) = 198+129+166=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C681A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C681A6 is #397E59. Grayscale: #999999. Windows color (decimal): -3767898 or 10912198. OLE color: 10912198.

HSL color Cylindrical-coordinate representation of color #C681A6: hue angle of 327.83º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C681A6 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB198129166-
CMYK00.350.160.22
HSL327.83º37.7%64.12%-
HSV(B)327.83º34.85%77.65%-
XYZ38.0230.4639.95-
YUV153.85134.86159.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=40.16%
G=26.17%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812916600.350.160.22327.8337.764.12
HexC681A602310161482640
Octal306201246043202651046100
Binary110001101000000110100110010001110000101101010010001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C681A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C681A6; }

 p { color: rgb(198,129,166); }

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

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

 a { background-color: rgb(198,129,166); }

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

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

 span { border-color: rgb(198,129,166); }

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