Shades of Medium Orchid #C056DC
Tints of Medium Orchid #C056DC
RGB
CMYK
RGB Variations
Color information
#C056DC (or 0xC056DC) is known color: Medium Orchid. HEX triplet: C0, 56 and DC. RGB value is (192,86,220). Sum of RGB (Red+Green+Blue) = 192+86+220=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #C056DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056DC is #3FA923. Grayscale: #848484. Windows color (decimal): -4172068 or 14440128. OLE color: 14440128.
HSL color Cylindrical-coordinate representation of color #C056DC: hue angle of 287.46º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C056DC is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 86 | 220 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.14 |
| HSL | 287.46º | 0.66% | 0.6% | - |
| HSV(B) | 287.46º | 0.61% | 0.86% | - |
| XYZ | 37.98 | 23.03 | 70.15 | - |
| YUV | 132.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 220 | 0.13 | 0.61 | 0 | 0.14 | 287.46 | 0.66 | 0.6 |
| Hex | C0 | 56 | DC | D | 3D | 0 | E | 11F | 42 | 3C |
| Octal | 300 | 126 | 334 | 15 | 75 | 0 | 16 | 437 | 102 | 74 |
| Binary | 11000000 | 1010110 | 11011100 | 1101 | 111101 | 0 | 1110 | 100011111 | 1000010 | 111100 |
Color Harmonies of #C056DC
Complementary color
Monochromatic Colors of #C056DC
Black with #C056DC
Text Example
Text Example
White with #C056DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056DC; }
p { color: rgb(192,86,220); }
H1.HeaderClassName
{
color: #C056DC;
}
.AnyTagClassName
{
color: #C056DC;
}
</style>
background-color css
<style>
a { background-color: #C056DC; }
a { background-color: rgb(192,86,220); }
div.DivClassName
{
background-color: #C056DC;
}
.BgClassName
{
background-color: #C056DC;
}
</style>
border-color css
<style>
span { border-color: #C056DC; }
span { border-color: rgb(192,86,220); }
td.TdClassName
{
border-color: #C056DC;
}
.TagClassName
{
border-color: #C056DC;
}
</style>