Shades of Viola #C68A9F
Tints of Viola #C68A9F
RGB
CMYK
RGB Variations
Color information
#C68A9F (or 0xC68A9F) is known color: Viola. HEX triplet: C6, 8A and 9F. RGB value is (198,138,159). Sum of RGB (Red+Green+Blue) = 198+138+159=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68A9F is #397560. Grayscale: #9E9E9E. Windows color (decimal): -3765601 or 10455750. OLE color: 10455750.
HSL color Cylindrical-coordinate representation of color #C68A9F: hue angle of 339º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68A9F is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 159 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.22 |
| HSL | 339º | 0.34% | 0.66% | - |
| HSV(B) | 339º | 0.3% | 0.78% | - |
| XYZ | 38.64 | 32.69 | 37.07 | - |
| YUV | 158.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 159 | 0 | 0.30 | 0.20 | 0.22 | 339 | 0.34 | 0.66 |
| Hex | C6 | 8A | 9F | 0 | 1E | 14 | 16 | 153 | 22 | 42 |
| Octal | 306 | 212 | 237 | 0 | 36 | 24 | 26 | 523 | 42 | 102 |
| Binary | 11000110 | 10001010 | 10011111 | 0 | 11110 | 10100 | 10110 | 101010011 | 100010 | 1000010 |
Color Harmonies of #C68A9F
Complementary color
Monochromatic Colors of #C68A9F
Black with #C68A9F
Text Example
Text Example
White with #C68A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A9F; }
p { color: rgb(198,138,159); }
H1.HeaderClassName
{
color: #C68A9F;
}
.AnyTagClassName
{
color: #C68A9F;
}
</style>
background-color css
<style>
a { background-color: #C68A9F; }
a { background-color: rgb(198,138,159); }
div.DivClassName
{
background-color: #C68A9F;
}
.BgClassName
{
background-color: #C68A9F;
}
</style>
border-color css
<style>
span { border-color: #C68A9F; }
span { border-color: rgb(198,138,159); }
td.TdClassName
{
border-color: #C68A9F;
}
.TagClassName
{
border-color: #C68A9F;
}
</style>