Shades of Viola #C883A6
Tints of Viola #C883A6
RGB
CMYK
RGB Variations
Color information
#C883A6 (or 0xC883A6) is known color: Viola. HEX triplet: C8, 83 and A6. RGB value is (200,131,166). Sum of RGB (Red+Green+Blue) = 200+131+166=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C883A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C883A6 is #377C59. Grayscale: #9B9B9B. Windows color (decimal): -3636314 or 10912712. OLE color: 10912712.
HSL color Cylindrical-coordinate representation of color #C883A6: hue angle of 329.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C883A6 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 166 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.22 |
| HSL | 329.57º | 0.39% | 0.65% | - |
| HSV(B) | 329.57º | 0.35% | 0.78% | - |
| XYZ | 38.82 | 31.27 | 40.07 | - |
| YUV | 155.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 166 | 0 | 0.34 | 0.17 | 0.22 | 329.57 | 0.39 | 0.65 |
| Hex | C8 | 83 | A6 | 0 | 22 | 11 | 16 | 14A | 27 | 41 |
| Octal | 310 | 203 | 246 | 0 | 42 | 21 | 26 | 512 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10100110 | 0 | 100010 | 10001 | 10110 | 101001010 | 100111 | 1000001 |
Color Harmonies of #C883A6
Complementary color
Monochromatic Colors of #C883A6
Black with #C883A6
Text Example
Text Example
White with #C883A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883A6; }
p { color: rgb(200,131,166); }
H1.HeaderClassName
{
color: #C883A6;
}
.AnyTagClassName
{
color: #C883A6;
}
</style>
background-color css
<style>
a { background-color: #C883A6; }
a { background-color: rgb(200,131,166); }
div.DivClassName
{
background-color: #C883A6;
}
.BgClassName
{
background-color: #C883A6;
}
</style>
border-color css
<style>
span { border-color: #C883A6; }
span { border-color: rgb(200,131,166); }
td.TdClassName
{
border-color: #C883A6;
}
.TagClassName
{
border-color: #C883A6;
}
</style>