Shades of Viola #C788A4
Tints of Viola #C788A4
RGB
CMYK
RGB Variations
Color information
#C788A4 (or 0xC788A4) is known color: Viola. HEX triplet: C7, 88 and A4. RGB value is (199,136,164). Sum of RGB (Red+Green+Blue) = 199+136+164=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C788A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C788A4 is #38775B. Grayscale: #9D9D9D. Windows color (decimal): -3700572 or 10782919. OLE color: 10782919.
HSL color Cylindrical-coordinate representation of color #C788A4: hue angle of 333.33º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C788A4 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 164 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.22 |
| HSL | 333.33º | 0.36% | 0.66% | - |
| HSV(B) | 333.33º | 0.32% | 0.78% | - |
| XYZ | 39.06 | 32.43 | 39.32 | - |
| YUV | 158.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 164 | 0 | 0.32 | 0.18 | 0.22 | 333.33 | 0.36 | 0.66 |
| Hex | C7 | 88 | A4 | 0 | 20 | 12 | 16 | 14D | 24 | 42 |
| Octal | 307 | 210 | 244 | 0 | 40 | 22 | 26 | 515 | 44 | 102 |
| Binary | 11000111 | 10001000 | 10100100 | 0 | 100000 | 10010 | 10110 | 101001101 | 100100 | 1000010 |
Color Harmonies of #C788A4
Complementary color
Monochromatic Colors of #C788A4
Black with #C788A4
Text Example
Text Example
White with #C788A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788A4; }
p { color: rgb(199,136,164); }
H1.HeaderClassName
{
color: #C788A4;
}
.AnyTagClassName
{
color: #C788A4;
}
</style>
background-color css
<style>
a { background-color: #C788A4; }
a { background-color: rgb(199,136,164); }
div.DivClassName
{
background-color: #C788A4;
}
.BgClassName
{
background-color: #C788A4;
}
</style>
border-color css
<style>
span { border-color: #C788A4; }
span { border-color: rgb(199,136,164); }
td.TdClassName
{
border-color: #C788A4;
}
.TagClassName
{
border-color: #C788A4;
}
</style>