Shades of Viola #C68F9A
Tints of Viola #C68F9A
RGB
CMYK
RGB Variations
Color information
#C68F9A (or 0xC68F9A) is known color: Viola. HEX triplet: C6, 8F and 9A. RGB value is (198,143,154). Sum of RGB (Red+Green+Blue) = 198+143+154=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F9A is #397065. Grayscale: #A0A0A0. Windows color (decimal): -3764326 or 10129350. OLE color: 10129350.
HSL color Cylindrical-coordinate representation of color #C68F9A: hue angle of 348º 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 #C68F9A is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 154 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.22 |
| HSL | 348º | 0.33% | 0.67% | - |
| HSV(B) | 348º | 0.28% | 0.78% | - |
| XYZ | 38.94 | 33.98 | 35.08 | - |
| YUV | 160.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 154 | 0 | 0.28 | 0.22 | 0.22 | 348 | 0.33 | 0.67 |
| Hex | C6 | 8F | 9A | 0 | 1C | 16 | 16 | 15C | 21 | 43 |
| Octal | 306 | 217 | 232 | 0 | 34 | 26 | 26 | 534 | 41 | 103 |
| Binary | 11000110 | 10001111 | 10011010 | 0 | 11100 | 10110 | 10110 | 101011100 | 100001 | 1000011 |
Color Harmonies of #C68F9A
Complementary color
Monochromatic Colors of #C68F9A
Black with #C68F9A
Text Example
Text Example
White with #C68F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F9A; }
p { color: rgb(198,143,154); }
H1.HeaderClassName
{
color: #C68F9A;
}
.AnyTagClassName
{
color: #C68F9A;
}
</style>
background-color css
<style>
a { background-color: #C68F9A; }
a { background-color: rgb(198,143,154); }
div.DivClassName
{
background-color: #C68F9A;
}
.BgClassName
{
background-color: #C68F9A;
}
</style>
border-color css
<style>
span { border-color: #C68F9A; }
span { border-color: rgb(198,143,154); }
td.TdClassName
{
border-color: #C68F9A;
}
.TagClassName
{
border-color: #C68F9A;
}
</style>