Shades of Medium Orchid #C056D8
Tints of Medium Orchid #C056D8
RGB
CMYK
RGB Variations
Color information
#C056D8 (or 0xC056D8) is known color: Medium Orchid. HEX triplet: C0, 56 and D8. RGB value is (192,86,216). Sum of RGB (Red+Green+Blue) = 192+86+216=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #C056D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056D8 is #3FA927. Grayscale: #848484. Windows color (decimal): -4172072 or 14177984. OLE color: 14177984.
HSL color Cylindrical-coordinate representation of color #C056D8: hue angle of 288.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C056D8 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 86 | 216 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.15 |
| HSL | 288.92º | 0.63% | 0.59% | - |
| HSV(B) | 288.92º | 0.6% | 0.85% | - |
| XYZ | 37.46 | 22.82 | 67.4 | - |
| YUV | 132.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 216 | 0.11 | 0.60 | 0 | 0.15 | 288.92 | 0.63 | 0.59 |
| Hex | C0 | 56 | D8 | B | 3C | 0 | F | 121 | 3E | 3B |
| Octal | 300 | 126 | 330 | 13 | 74 | 0 | 17 | 441 | 76 | 73 |
| Binary | 11000000 | 1010110 | 11011000 | 1011 | 111100 | 0 | 1111 | 100100001 | 111110 | 111011 |
Color Harmonies of #C056D8
Complementary color
Monochromatic Colors of #C056D8
Black with #C056D8
Text Example
Text Example
White with #C056D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056D8; }
p { color: rgb(192,86,216); }
H1.HeaderClassName
{
color: #C056D8;
}
.AnyTagClassName
{
color: #C056D8;
}
</style>
background-color css
<style>
a { background-color: #C056D8; }
a { background-color: rgb(192,86,216); }
div.DivClassName
{
background-color: #C056D8;
}
.BgClassName
{
background-color: #C056D8;
}
</style>
border-color css
<style>
span { border-color: #C056D8; }
span { border-color: rgb(192,86,216); }
td.TdClassName
{
border-color: #C056D8;
}
.TagClassName
{
border-color: #C056D8;
}
</style>