Shades of Medium Orchid #C056DF
Tints of Medium Orchid #C056DF
RGB
CMYK
RGB Variations
Color information
#C056DF (or 0xC056DF) is known color: Medium Orchid. HEX triplet: C0, 56 and DF. RGB value is (192,86,223). Sum of RGB (Red+Green+Blue) = 192+86+223=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #C056DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056DF is #3FA920. Grayscale: #848484. Windows color (decimal): -4172065 or 14636736. OLE color: 14636736.
HSL color Cylindrical-coordinate representation of color #C056DF: hue angle of 286.42º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C056DF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 86 | 223 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.13 |
| HSL | 286.42º | 0.68% | 0.61% | - |
| HSV(B) | 286.42º | 0.61% | 0.87% | - |
| XYZ | 38.39 | 23.19 | 72.26 | - |
| YUV | 133.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 223 | 0.14 | 0.61 | 0 | 0.13 | 286.42 | 0.68 | 0.61 |
| Hex | C0 | 56 | DF | E | 3D | 0 | D | 11E | 44 | 3D |
| Octal | 300 | 126 | 337 | 16 | 75 | 0 | 15 | 436 | 104 | 75 |
| Binary | 11000000 | 1010110 | 11011111 | 1110 | 111101 | 0 | 1101 | 100011110 | 1000100 | 111101 |
Color Harmonies of #C056DF
Complementary color
Monochromatic Colors of #C056DF
Black with #C056DF
Text Example
Text Example
White with #C056DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056DF; }
p { color: rgb(192,86,223); }
H1.HeaderClassName
{
color: #C056DF;
}
.AnyTagClassName
{
color: #C056DF;
}
</style>
background-color css
<style>
a { background-color: #C056DF; }
a { background-color: rgb(192,86,223); }
div.DivClassName
{
background-color: #C056DF;
}
.BgClassName
{
background-color: #C056DF;
}
</style>
border-color css
<style>
span { border-color: #C056DF; }
span { border-color: rgb(192,86,223); }
td.TdClassName
{
border-color: #C056DF;
}
.TagClassName
{
border-color: #C056DF;
}
</style>