Shades of Viola #C686A3
Tints of Viola #C686A3
RGB
CMYK
RGB Variations
Color information
#C686A3 (or 0xC686A3) is known color: Viola. HEX triplet: C6, 86 and A3. RGB value is (198,134,163). Sum of RGB (Red+Green+Blue) = 198+134+163=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C686A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C686A3 is #39795C. Grayscale: #9C9C9C. Windows color (decimal): -3766621 or 10716870. OLE color: 10716870.
HSL color Cylindrical-coordinate representation of color #C686A3: hue angle of 332.81º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C686A3 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 163 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.22 |
| HSL | 332.81º | 0.36% | 0.65% | - |
| HSV(B) | 332.81º | 0.32% | 0.78% | - |
| XYZ | 38.42 | 31.7 | 38.74 | - |
| YUV | 156.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 163 | 0 | 0.32 | 0.18 | 0.22 | 332.81 | 0.36 | 0.65 |
| Hex | C6 | 86 | A3 | 0 | 20 | 12 | 16 | 14D | 24 | 41 |
| Octal | 306 | 206 | 243 | 0 | 40 | 22 | 26 | 515 | 44 | 101 |
| Binary | 11000110 | 10000110 | 10100011 | 0 | 100000 | 10010 | 10110 | 101001101 | 100100 | 1000001 |
Color Harmonies of #C686A3
Complementary color
Monochromatic Colors of #C686A3
Black with #C686A3
Text Example
Text Example
White with #C686A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686A3; }
p { color: rgb(198,134,163); }
H1.HeaderClassName
{
color: #C686A3;
}
.AnyTagClassName
{
color: #C686A3;
}
</style>
background-color css
<style>
a { background-color: #C686A3; }
a { background-color: rgb(198,134,163); }
div.DivClassName
{
background-color: #C686A3;
}
.BgClassName
{
background-color: #C686A3;
}
</style>
border-color css
<style>
span { border-color: #C686A3; }
span { border-color: rgb(198,134,163); }
td.TdClassName
{
border-color: #C686A3;
}
.TagClassName
{
border-color: #C686A3;
}
</style>