Shades of Viola #C697A8
Tints of Viola #C697A8
RGB
CMYK
RGB Variations
Color information
#C697A8 (or 0xC697A8) is known color: Viola. HEX triplet: C6, 97 and A8. RGB value is (198,151,168). Sum of RGB (Red+Green+Blue) = 198+151+168=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C697A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C697A8 is #396857. Grayscale: #A6A6A6. Windows color (decimal): -3762264 or 11048902. OLE color: 11048902.
HSL color Cylindrical-coordinate representation of color #C697A8: hue angle of 338.3º degrees, saturation: 0.29, 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 #C697A8 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 168 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.22 |
| HSL | 338.3º | 0.29% | 0.68% | - |
| HSV(B) | 338.3º | 0.24% | 0.78% | - |
| XYZ | 41.42 | 36.97 | 42 | - |
| YUV | 166.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 168 | 0 | 0.24 | 0.15 | 0.22 | 338.3 | 0.29 | 0.68 |
| Hex | C6 | 97 | A8 | 0 | 18 | F | 16 | 152 | 1D | 44 |
| Octal | 306 | 227 | 250 | 0 | 30 | 17 | 26 | 522 | 35 | 104 |
| Binary | 11000110 | 10010111 | 10101000 | 0 | 11000 | 1111 | 10110 | 101010010 | 11101 | 1000100 |
Color Harmonies of #C697A8
Complementary color
Monochromatic Colors of #C697A8
Black with #C697A8
Text Example
Text Example
White with #C697A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C697A8; }
p { color: rgb(198,151,168); }
H1.HeaderClassName
{
color: #C697A8;
}
.AnyTagClassName
{
color: #C697A8;
}
</style>
background-color css
<style>
a { background-color: #C697A8; }
a { background-color: rgb(198,151,168); }
div.DivClassName
{
background-color: #C697A8;
}
.BgClassName
{
background-color: #C697A8;
}
</style>
border-color css
<style>
span { border-color: #C697A8; }
span { border-color: rgb(198,151,168); }
td.TdClassName
{
border-color: #C697A8;
}
.TagClassName
{
border-color: #C697A8;
}
</style>