Shades of Viola #C694A8
Tints of Viola #C694A8
RGB
CMYK
RGB Variations
Color information
#C694A8 (or 0xC694A8) is known color: Viola. HEX triplet: C6, 94 and A8. RGB value is (198,148,168). Sum of RGB (Red+Green+Blue) = 198+148+168=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C694A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694A8 is #396B57. Grayscale: #A5A5A5. Windows color (decimal): -3763032 or 11048134. OLE color: 11048134.
HSL color Cylindrical-coordinate representation of color #C694A8: hue angle of 336º 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 #C694A8 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 168 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.22 |
| HSL | 336º | 0.3% | 0.68% | - |
| HSV(B) | 336º | 0.25% | 0.78% | - |
| XYZ | 40.95 | 36.01 | 41.84 | - |
| YUV | 165.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 168 | 0 | 0.25 | 0.15 | 0.22 | 336 | 0.3 | 0.68 |
| Hex | C6 | 94 | A8 | 0 | 19 | F | 16 | 150 | 1E | 44 |
| Octal | 306 | 224 | 250 | 0 | 31 | 17 | 26 | 520 | 36 | 104 |
| Binary | 11000110 | 10010100 | 10101000 | 0 | 11001 | 1111 | 10110 | 101010000 | 11110 | 1000100 |
Color Harmonies of #C694A8
Complementary color
Monochromatic Colors of #C694A8
Black with #C694A8
Text Example
Text Example
White with #C694A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C694A8; }
p { color: rgb(198,148,168); }
H1.HeaderClassName
{
color: #C694A8;
}
.AnyTagClassName
{
color: #C694A8;
}
</style>
background-color css
<style>
a { background-color: #C694A8; }
a { background-color: rgb(198,148,168); }
div.DivClassName
{
background-color: #C694A8;
}
.BgClassName
{
background-color: #C694A8;
}
</style>
border-color css
<style>
span { border-color: #C694A8; }
span { border-color: rgb(198,148,168); }
td.TdClassName
{
border-color: #C694A8;
}
.TagClassName
{
border-color: #C694A8;
}
</style>