Shades of Viola #C688A8
Tints of Viola #C688A8
RGB
CMYK
RGB Variations
Color information
#C688A8 (or 0xC688A8) is known color: Viola. HEX triplet: C6, 88 and A8. RGB value is (198,136,168). Sum of RGB (Red+Green+Blue) = 198+136+168=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C688A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C688A8 is #397757. Grayscale: #9E9E9E. Windows color (decimal): -3766104 or 11045062. OLE color: 11045062.
HSL color Cylindrical-coordinate representation of color #C688A8: hue angle of 329.03º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C688A8 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 168 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.22 |
| HSL | 329.03º | 0.35% | 0.65% | - |
| HSV(B) | 329.03º | 0.31% | 0.78% | - |
| XYZ | 39.16 | 32.44 | 41.24 | - |
| YUV | 158.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 168 | 0 | 0.31 | 0.15 | 0.22 | 329.03 | 0.35 | 0.65 |
| Hex | C6 | 88 | A8 | 0 | 1F | F | 16 | 149 | 23 | 41 |
| Octal | 306 | 210 | 250 | 0 | 37 | 17 | 26 | 511 | 43 | 101 |
| Binary | 11000110 | 10001000 | 10101000 | 0 | 11111 | 1111 | 10110 | 101001001 | 100011 | 1000001 |
Color Harmonies of #C688A8
Complementary color
Monochromatic Colors of #C688A8
Black with #C688A8
Text Example
Text Example
White with #C688A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C688A8; }
p { color: rgb(198,136,168); }
H1.HeaderClassName
{
color: #C688A8;
}
.AnyTagClassName
{
color: #C688A8;
}
</style>
background-color css
<style>
a { background-color: #C688A8; }
a { background-color: rgb(198,136,168); }
div.DivClassName
{
background-color: #C688A8;
}
.BgClassName
{
background-color: #C688A8;
}
</style>
border-color css
<style>
span { border-color: #C688A8; }
span { border-color: rgb(198,136,168); }
td.TdClassName
{
border-color: #C688A8;
}
.TagClassName
{
border-color: #C688A8;
}
</style>