Shades of Viola #C68DA2
Tints of Viola #C68DA2
RGB
CMYK
RGB Variations
Color information
#C68DA2 (or 0xC68DA2) is known color: Viola. HEX triplet: C6, 8D and A2. RGB value is (198,141,162). Sum of RGB (Red+Green+Blue) = 198+141+162=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68DA2 is #39725D. Grayscale: #A0A0A0. Windows color (decimal): -3764830 or 10653126. OLE color: 10653126.
HSL color Cylindrical-coordinate representation of color #C68DA2: hue angle of 337.89º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68DA2 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 162 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.22 |
| HSL | 337.89º | 0.33% | 0.66% | - |
| HSV(B) | 337.89º | 0.29% | 0.78% | - |
| XYZ | 39.34 | 33.66 | 38.61 | - |
| YUV | 160.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 162 | 0 | 0.29 | 0.18 | 0.22 | 337.89 | 0.33 | 0.66 |
| Hex | C6 | 8D | A2 | 0 | 1D | 12 | 16 | 152 | 21 | 42 |
| Octal | 306 | 215 | 242 | 0 | 35 | 22 | 26 | 522 | 41 | 102 |
| Binary | 11000110 | 10001101 | 10100010 | 0 | 11101 | 10010 | 10110 | 101010010 | 100001 | 1000010 |
Color Harmonies of #C68DA2
Complementary color
Monochromatic Colors of #C68DA2
Black with #C68DA2
Text Example
Text Example
White with #C68DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DA2; }
p { color: rgb(198,141,162); }
H1.HeaderClassName
{
color: #C68DA2;
}
.AnyTagClassName
{
color: #C68DA2;
}
</style>
background-color css
<style>
a { background-color: #C68DA2; }
a { background-color: rgb(198,141,162); }
div.DivClassName
{
background-color: #C68DA2;
}
.BgClassName
{
background-color: #C68DA2;
}
</style>
border-color css
<style>
span { border-color: #C68DA2; }
span { border-color: rgb(198,141,162); }
td.TdClassName
{
border-color: #C68DA2;
}
.TagClassName
{
border-color: #C68DA2;
}
</style>