Shades of Viola #C685A2
Tints of Viola #C685A2
RGB
CMYK
RGB Variations
Color information
#C685A2 (or 0xC685A2) is known color: Viola. HEX triplet: C6, 85 and A2. RGB value is (198,133,162). Sum of RGB (Red+Green+Blue) = 198+133+162=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C685A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C685A2 is #397A5D. Grayscale: #9B9B9B. Windows color (decimal): -3766878 or 10651078. OLE color: 10651078.
HSL color Cylindrical-coordinate representation of color #C685A2: hue angle of 333.23º 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 #C685A2 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 162 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.22 |
| HSL | 333.23º | 0.36% | 0.65% | - |
| HSV(B) | 333.23º | 0.33% | 0.78% | - |
| XYZ | 38.2 | 31.39 | 38.23 | - |
| YUV | 155.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 162 | 0 | 0.33 | 0.18 | 0.22 | 333.23 | 0.36 | 0.65 |
| Hex | C6 | 85 | A2 | 0 | 21 | 12 | 16 | 14D | 24 | 41 |
| Octal | 306 | 205 | 242 | 0 | 41 | 22 | 26 | 515 | 44 | 101 |
| Binary | 11000110 | 10000101 | 10100010 | 0 | 100001 | 10010 | 10110 | 101001101 | 100100 | 1000001 |
Color Harmonies of #C685A2
Complementary color
Monochromatic Colors of #C685A2
Black with #C685A2
Text Example
Text Example
White with #C685A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C685A2; }
p { color: rgb(198,133,162); }
H1.HeaderClassName
{
color: #C685A2;
}
.AnyTagClassName
{
color: #C685A2;
}
</style>
background-color css
<style>
a { background-color: #C685A2; }
a { background-color: rgb(198,133,162); }
div.DivClassName
{
background-color: #C685A2;
}
.BgClassName
{
background-color: #C685A2;
}
</style>
border-color css
<style>
span { border-color: #C685A2; }
span { border-color: rgb(198,133,162); }
td.TdClassName
{
border-color: #C685A2;
}
.TagClassName
{
border-color: #C685A2;
}
</style>