Shades of Viola #C695A7
Tints of Viola #C695A7
RGB
CMYK
RGB Variations
Color information
#C695A7 (or 0xC695A7) is known color: Viola. HEX triplet: C6, 95 and A7. RGB value is (198,149,167). Sum of RGB (Red+Green+Blue) = 198+149+167=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C695A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C695A7 is #396A58. Grayscale: #A5A5A5. Windows color (decimal): -3762777 or 10982854. OLE color: 10982854.
HSL color Cylindrical-coordinate representation of color #C695A7: hue angle of 337.96º 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 #C695A7 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 167 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.22 |
| HSL | 337.96º | 0.3% | 0.68% | - |
| HSV(B) | 337.96º | 0.25% | 0.78% | - |
| XYZ | 41.01 | 36.29 | 41.4 | - |
| YUV | 165.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 167 | 0 | 0.25 | 0.16 | 0.22 | 337.96 | 0.3 | 0.68 |
| Hex | C6 | 95 | A7 | 0 | 19 | 10 | 16 | 152 | 1E | 44 |
| Octal | 306 | 225 | 247 | 0 | 31 | 20 | 26 | 522 | 36 | 104 |
| Binary | 11000110 | 10010101 | 10100111 | 0 | 11001 | 10000 | 10110 | 101010010 | 11110 | 1000100 |
Color Harmonies of #C695A7
Complementary color
Monochromatic Colors of #C695A7
Black with #C695A7
Text Example
Text Example
White with #C695A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695A7; }
p { color: rgb(198,149,167); }
H1.HeaderClassName
{
color: #C695A7;
}
.AnyTagClassName
{
color: #C695A7;
}
</style>
background-color css
<style>
a { background-color: #C695A7; }
a { background-color: rgb(198,149,167); }
div.DivClassName
{
background-color: #C695A7;
}
.BgClassName
{
background-color: #C695A7;
}
</style>
border-color css
<style>
span { border-color: #C695A7; }
span { border-color: rgb(198,149,167); }
td.TdClassName
{
border-color: #C695A7;
}
.TagClassName
{
border-color: #C695A7;
}
</style>