Shades of Viola #C696A8
Tints of Viola #C696A8
RGB
CMYK
RGB Variations
Color information
#C696A8 (or 0xC696A8) is known color: Viola. HEX triplet: C6, 96 and A8. RGB value is (198,150,168). Sum of RGB (Red+Green+Blue) = 198+150+168=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C696A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696A8 is #396957. Grayscale: #A6A6A6. Windows color (decimal): -3762520 or 11048646. OLE color: 11048646.
HSL color Cylindrical-coordinate representation of color #C696A8: hue angle of 337.5º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C696A8 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 168 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.22 |
| HSL | 337.5º | 0.3% | 0.68% | - |
| HSV(B) | 337.5º | 0.24% | 0.78% | - |
| XYZ | 41.26 | 36.65 | 41.94 | - |
| YUV | 166.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 168 | 0 | 0.24 | 0.15 | 0.22 | 337.5 | 0.3 | 0.68 |
| Hex | C6 | 96 | A8 | 0 | 18 | F | 16 | 152 | 1E | 44 |
| Octal | 306 | 226 | 250 | 0 | 30 | 17 | 26 | 522 | 36 | 104 |
| Binary | 11000110 | 10010110 | 10101000 | 0 | 11000 | 1111 | 10110 | 101010010 | 11110 | 1000100 |
Color Harmonies of #C696A8
Complementary color
Monochromatic Colors of #C696A8
Black with #C696A8
Text Example
Text Example
White with #C696A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696A8; }
p { color: rgb(198,150,168); }
H1.HeaderClassName
{
color: #C696A8;
}
.AnyTagClassName
{
color: #C696A8;
}
</style>
background-color css
<style>
a { background-color: #C696A8; }
a { background-color: rgb(198,150,168); }
div.DivClassName
{
background-color: #C696A8;
}
.BgClassName
{
background-color: #C696A8;
}
</style>
border-color css
<style>
span { border-color: #C696A8; }
span { border-color: rgb(198,150,168); }
td.TdClassName
{
border-color: #C696A8;
}
.TagClassName
{
border-color: #C696A8;
}
</style>