Shades of Viola #C684A8
Tints of Viola #C684A8
RGB
CMYK
RGB Variations
Color information
#C684A8 (or 0xC684A8) is known color: Viola. HEX triplet: C6, 84 and A8. RGB value is (198,132,168). Sum of RGB (Red+Green+Blue) = 198+132+168=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C684A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C684A8 is #397B57. Grayscale: #9B9B9B. Windows color (decimal): -3767128 or 11044038. OLE color: 11044038.
HSL color Cylindrical-coordinate representation of color #C684A8: hue angle of 327.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C684A8 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 168 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.22 |
| HSL | 327.27º | 0.37% | 0.65% | - |
| HSV(B) | 327.27º | 0.33% | 0.78% | - |
| XYZ | 38.61 | 31.34 | 41.06 | - |
| YUV | 155.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 168 | 0 | 0.33 | 0.15 | 0.22 | 327.27 | 0.37 | 0.65 |
| Hex | C6 | 84 | A8 | 0 | 21 | F | 16 | 147 | 25 | 41 |
| Octal | 306 | 204 | 250 | 0 | 41 | 17 | 26 | 507 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10101000 | 0 | 100001 | 1111 | 10110 | 101000111 | 100101 | 1000001 |
Color Harmonies of #C684A8
Complementary color
Monochromatic Colors of #C684A8
Black with #C684A8
Text Example
Text Example
White with #C684A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C684A8; }
p { color: rgb(198,132,168); }
H1.HeaderClassName
{
color: #C684A8;
}
.AnyTagClassName
{
color: #C684A8;
}
</style>
background-color css
<style>
a { background-color: #C684A8; }
a { background-color: rgb(198,132,168); }
div.DivClassName
{
background-color: #C684A8;
}
.BgClassName
{
background-color: #C684A8;
}
</style>
border-color css
<style>
span { border-color: #C684A8; }
span { border-color: rgb(198,132,168); }
td.TdClassName
{
border-color: #C684A8;
}
.TagClassName
{
border-color: #C684A8;
}
</style>