Shades of Viola #C68BA8
Tints of Viola #C68BA8
RGB
CMYK
RGB Variations
Color information
#C68BA8 (or 0xC68BA8) is known color: Viola. HEX triplet: C6, 8B and A8. RGB value is (198,139,168). Sum of RGB (Red+Green+Blue) = 198+139+168=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BA8 is #397457. Grayscale: #9F9F9F. Windows color (decimal): -3765336 or 11045830. OLE color: 11045830.
HSL color Cylindrical-coordinate representation of color #C68BA8: hue angle of 330.51º 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 #C68BA8 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 168 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.22 |
| HSL | 330.51º | 0.34% | 0.66% | - |
| HSV(B) | 330.51º | 0.3% | 0.78% | - |
| XYZ | 39.59 | 33.3 | 41.39 | - |
| YUV | 159.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 168 | 0 | 0.30 | 0.15 | 0.22 | 330.51 | 0.34 | 0.66 |
| Hex | C6 | 8B | A8 | 0 | 1E | F | 16 | 14B | 22 | 42 |
| Octal | 306 | 213 | 250 | 0 | 36 | 17 | 26 | 513 | 42 | 102 |
| Binary | 11000110 | 10001011 | 10101000 | 0 | 11110 | 1111 | 10110 | 101001011 | 100010 | 1000010 |
Color Harmonies of #C68BA8
Complementary color
Monochromatic Colors of #C68BA8
Black with #C68BA8
Text Example
Text Example
White with #C68BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BA8; }
p { color: rgb(198,139,168); }
H1.HeaderClassName
{
color: #C68BA8;
}
.AnyTagClassName
{
color: #C68BA8;
}
</style>
background-color css
<style>
a { background-color: #C68BA8; }
a { background-color: rgb(198,139,168); }
div.DivClassName
{
background-color: #C68BA8;
}
.BgClassName
{
background-color: #C68BA8;
}
</style>
border-color css
<style>
span { border-color: #C68BA8; }
span { border-color: rgb(198,139,168); }
td.TdClassName
{
border-color: #C68BA8;
}
.TagClassName
{
border-color: #C68BA8;
}
</style>