Shades of Viola #C087A0
Tints of Viola #C087A0
RGB
CMYK
RGB Variations
Color information
#C087A0 (or 0xC087A0) is known color: Viola. HEX triplet: C0, 87 and A0. RGB value is (192,135,160). Sum of RGB (Red+Green+Blue) = 192+135+160=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C087A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C087A0 is #3F785F. Grayscale: #9A9A9A. Windows color (decimal): -4159584 or 10520512. OLE color: 10520512.
HSL color Cylindrical-coordinate representation of color #C087A0: hue angle of 333.68º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C087A0 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 135 | 160 | - |
CMYK | 0 | 0.30 | 0.17 | 0.25 |
HSL | 333.68º | 0.31% | 0.64% | - |
HSV(B) | 333.68º | 0.3% | 0.75% | - |
XYZ | 36.75 | 31.07 | 37.32 | - |
YUV | 154.89 | 130.88 | 154.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 135 | 160 | 0 | 0.30 | 0.17 | 0.25 | 333.68 | 0.31 | 0.64 |
Hex | C0 | 87 | A0 | 0 | 1E | 11 | 19 | 14E | 1F | 40 |
Octal | 300 | 207 | 240 | 0 | 36 | 21 | 31 | 516 | 37 | 100 |
Binary | 11000000 | 10000111 | 10100000 | 0 | 11110 | 10001 | 11001 | 101001110 | 11111 | 1000000 |
Color Harmonies of #C087A0
Complementary color
Monochromatic Colors of #C087A0
Black with #C087A0
Text Example
Text Example
White with #C087A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087A0; }
p { color: rgb(192,135,160); }
H1.HeaderClassName
{
color: #C087A0;
}
.AnyTagClassName
{
color: #C087A0;
}
</style>
background-color css
<style>
a { background-color: #C087A0; }
a { background-color: rgb(192,135,160); }
div.DivClassName
{
background-color: #C087A0;
}
.BgClassName
{
background-color: #C087A0;
}
</style>
border-color css
<style>
span { border-color: #C087A0; }
span { border-color: rgb(192,135,160); }
td.TdClassName
{
border-color: #C087A0;
}
.TagClassName
{
border-color: #C087A0;
}
</style>