Shades of Viola #C68DA3
Tints of Viola #C68DA3
RGB
CMYK
RGB Variations
Color information
#C68DA3 (or 0xC68DA3) is known color: Viola. HEX triplet: C6, 8D and A3. RGB value is (198,141,163). Sum of RGB (Red+Green+Blue) = 198+141+163=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68DA3 is #39725C. Grayscale: #A0A0A0. Windows color (decimal): -3764829 or 10718662. OLE color: 10718662.
HSL color Cylindrical-coordinate representation of color #C68DA3: hue angle of 336.84º 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 #C68DA3 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 163 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.22 |
| HSL | 336.84º | 0.33% | 0.66% | - |
| HSV(B) | 336.84º | 0.29% | 0.78% | - |
| XYZ | 39.42 | 33.7 | 39.08 | - |
| YUV | 160.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 163 | 0 | 0.29 | 0.18 | 0.22 | 336.84 | 0.33 | 0.66 |
| Hex | C6 | 8D | A3 | 0 | 1D | 12 | 16 | 151 | 21 | 42 |
| Octal | 306 | 215 | 243 | 0 | 35 | 22 | 26 | 521 | 41 | 102 |
| Binary | 11000110 | 10001101 | 10100011 | 0 | 11101 | 10010 | 10110 | 101010001 | 100001 | 1000010 |
Color Harmonies of #C68DA3
Complementary color
Monochromatic Colors of #C68DA3
Black with #C68DA3
Text Example
Text Example
White with #C68DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DA3; }
p { color: rgb(198,141,163); }
H1.HeaderClassName
{
color: #C68DA3;
}
.AnyTagClassName
{
color: #C68DA3;
}
</style>
background-color css
<style>
a { background-color: #C68DA3; }
a { background-color: rgb(198,141,163); }
div.DivClassName
{
background-color: #C68DA3;
}
.BgClassName
{
background-color: #C68DA3;
}
</style>
border-color css
<style>
span { border-color: #C68DA3; }
span { border-color: rgb(198,141,163); }
td.TdClassName
{
border-color: #C68DA3;
}
.TagClassName
{
border-color: #C68DA3;
}
</style>