Shades of Viola #C695A8
Tints of Viola #C695A8
RGB
CMYK
RGB Variations
Color information
#C695A8 (or 0xC695A8) is known color: Viola. HEX triplet: C6, 95 and A8. RGB value is (198,149,168). Sum of RGB (Red+Green+Blue) = 198+149+168=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C695A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C695A8 is #396A57. Grayscale: #A5A5A5. Windows color (decimal): -3762776 or 11048390. OLE color: 11048390.
HSL color Cylindrical-coordinate representation of color #C695A8: hue angle of 336.73º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C695A8 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 168 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.22 |
| HSL | 336.73º | 0.3% | 0.68% | - |
| HSV(B) | 336.73º | 0.25% | 0.78% | - |
| XYZ | 41.1 | 36.33 | 41.89 | - |
| YUV | 165.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 168 | 0 | 0.25 | 0.15 | 0.22 | 336.73 | 0.3 | 0.68 |
| Hex | C6 | 95 | A8 | 0 | 19 | F | 16 | 151 | 1E | 44 |
| Octal | 306 | 225 | 250 | 0 | 31 | 17 | 26 | 521 | 36 | 104 |
| Binary | 11000110 | 10010101 | 10101000 | 0 | 11001 | 1111 | 10110 | 101010001 | 11110 | 1000100 |
Color Harmonies of #C695A8
Complementary color
Monochromatic Colors of #C695A8
Black with #C695A8
Text Example
Text Example
White with #C695A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695A8; }
p { color: rgb(198,149,168); }
H1.HeaderClassName
{
color: #C695A8;
}
.AnyTagClassName
{
color: #C695A8;
}
</style>
background-color css
<style>
a { background-color: #C695A8; }
a { background-color: rgb(198,149,168); }
div.DivClassName
{
background-color: #C695A8;
}
.BgClassName
{
background-color: #C695A8;
}
</style>
border-color css
<style>
span { border-color: #C695A8; }
span { border-color: rgb(198,149,168); }
td.TdClassName
{
border-color: #C695A8;
}
.TagClassName
{
border-color: #C695A8;
}
</style>