Shades of Viola #C68EA1
Tints of Viola #C68EA1
RGB
CMYK
RGB Variations
Color information
#C68EA1 (or 0xC68EA1) is known color: Viola. HEX triplet: C6, 8E and A1. RGB value is (198,142,161). Sum of RGB (Red+Green+Blue) = 198+142+161=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C68EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68EA1 is #39715E. Grayscale: #A0A0A0. Windows color (decimal): -3764575 or 10587846. OLE color: 10587846.
HSL color Cylindrical-coordinate representation of color #C68EA1: hue angle of 339.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68EA1 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 161 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.22 |
| HSL | 339.64º | 0.33% | 0.67% | - |
| HSV(B) | 339.64º | 0.28% | 0.78% | - |
| XYZ | 39.39 | 33.92 | 38.19 | - |
| YUV | 160.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 161 | 0 | 0.28 | 0.19 | 0.22 | 339.64 | 0.33 | 0.67 |
| Hex | C6 | 8E | A1 | 0 | 1C | 13 | 16 | 154 | 21 | 43 |
| Octal | 306 | 216 | 241 | 0 | 34 | 23 | 26 | 524 | 41 | 103 |
| Binary | 11000110 | 10001110 | 10100001 | 0 | 11100 | 10011 | 10110 | 101010100 | 100001 | 1000011 |
Color Harmonies of #C68EA1
Complementary color
Monochromatic Colors of #C68EA1
Black with #C68EA1
Text Example
Text Example
White with #C68EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68EA1; }
p { color: rgb(198,142,161); }
H1.HeaderClassName
{
color: #C68EA1;
}
.AnyTagClassName
{
color: #C68EA1;
}
</style>
background-color css
<style>
a { background-color: #C68EA1; }
a { background-color: rgb(198,142,161); }
div.DivClassName
{
background-color: #C68EA1;
}
.BgClassName
{
background-color: #C68EA1;
}
</style>
border-color css
<style>
span { border-color: #C68EA1; }
span { border-color: rgb(198,142,161); }
td.TdClassName
{
border-color: #C68EA1;
}
.TagClassName
{
border-color: #C68EA1;
}
</style>