Shades of Medium Orchid #C056D9
Tints of Medium Orchid #C056D9
RGB
CMYK
RGB Variations
Color information
#C056D9 (or 0xC056D9) is known color: Medium Orchid. HEX triplet: C0, 56 and D9. RGB value is (192,86,217). Sum of RGB (Red+Green+Blue) = 192+86+217=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #C056D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056D9 is #3FA926. Grayscale: #848484. Windows color (decimal): -4172071 or 14243520. OLE color: 14243520.
HSL color Cylindrical-coordinate representation of color #C056D9: hue angle of 288.55º degrees, saturation: 0.63, 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 #C056D9 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 86 | 217 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.15 |
| HSL | 288.55º | 0.63% | 0.59% | - |
| HSV(B) | 288.55º | 0.6% | 0.85% | - |
| XYZ | 37.59 | 22.87 | 68.08 | - |
| YUV | 132.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 217 | 0.12 | 0.60 | 0 | 0.15 | 288.55 | 0.63 | 0.59 |
| Hex | C0 | 56 | D9 | C | 3C | 0 | F | 121 | 3F | 3B |
| Octal | 300 | 126 | 331 | 14 | 74 | 0 | 17 | 441 | 77 | 73 |
| Binary | 11000000 | 1010110 | 11011001 | 1100 | 111100 | 0 | 1111 | 100100001 | 111111 | 111011 |
Color Harmonies of #C056D9
Complementary color
Monochromatic Colors of #C056D9
Black with #C056D9
Text Example
Text Example
White with #C056D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056D9; }
p { color: rgb(192,86,217); }
H1.HeaderClassName
{
color: #C056D9;
}
.AnyTagClassName
{
color: #C056D9;
}
</style>
background-color css
<style>
a { background-color: #C056D9; }
a { background-color: rgb(192,86,217); }
div.DivClassName
{
background-color: #C056D9;
}
.BgClassName
{
background-color: #C056D9;
}
</style>
border-color css
<style>
span { border-color: #C056D9; }
span { border-color: rgb(192,86,217); }
td.TdClassName
{
border-color: #C056D9;
}
.TagClassName
{
border-color: #C056D9;
}
</style>