Shades of Viola #C685A0
Tints of Viola #C685A0
RGB
CMYK
RGB Variations
Color information
#C685A0 (or 0xC685A0) is known color: Viola. HEX triplet: C6, 85 and A0. RGB value is (198,133,160). Sum of RGB (Red+Green+Blue) = 198+133+160=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C685A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C685A0 is #397A5F. Grayscale: #9B9B9B. Windows color (decimal): -3766880 or 10520006. OLE color: 10520006.
HSL color Cylindrical-coordinate representation of color #C685A0: hue angle of 335.08º degrees, saturation: 0.36, 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 #C685A0 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 160 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.22 |
| HSL | 335.08º | 0.36% | 0.65% | - |
| HSV(B) | 335.08º | 0.33% | 0.78% | - |
| XYZ | 38.02 | 31.32 | 37.3 | - |
| YUV | 155.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 160 | 0 | 0.33 | 0.19 | 0.22 | 335.08 | 0.36 | 0.65 |
| Hex | C6 | 85 | A0 | 0 | 21 | 13 | 16 | 14F | 24 | 41 |
| Octal | 306 | 205 | 240 | 0 | 41 | 23 | 26 | 517 | 44 | 101 |
| Binary | 11000110 | 10000101 | 10100000 | 0 | 100001 | 10011 | 10110 | 101001111 | 100100 | 1000001 |
Color Harmonies of #C685A0
Complementary color
Monochromatic Colors of #C685A0
Black with #C685A0
Text Example
Text Example
White with #C685A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C685A0; }
p { color: rgb(198,133,160); }
H1.HeaderClassName
{
color: #C685A0;
}
.AnyTagClassName
{
color: #C685A0;
}
</style>
background-color css
<style>
a { background-color: #C685A0; }
a { background-color: rgb(198,133,160); }
div.DivClassName
{
background-color: #C685A0;
}
.BgClassName
{
background-color: #C685A0;
}
</style>
border-color css
<style>
span { border-color: #C685A0; }
span { border-color: rgb(198,133,160); }
td.TdClassName
{
border-color: #C685A0;
}
.TagClassName
{
border-color: #C685A0;
}
</style>