Shades of Medium Orchid #C056E3
Tints of Medium Orchid #C056E3
RGB
CMYK
RGB Variations
Color information
#C056E3 (or 0xC056E3) is known color: Medium Orchid. HEX triplet: C0, 56 and E3. RGB value is (192,86,227). Sum of RGB (Red+Green+Blue) = 192+86+227=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #C056E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056E3 is #3FA91C. Grayscale: #858585. Windows color (decimal): -4172061 or 14898880. OLE color: 14898880.
HSL color Cylindrical-coordinate representation of color #C056E3: hue angle of 285.11º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C056E3 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 86 | 227 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.11 |
| HSL | 285.11º | 0.72% | 0.61% | - |
| HSV(B) | 285.11º | 0.62% | 0.89% | - |
| XYZ | 38.93 | 23.41 | 75.14 | - |
| YUV | 133.77 | 180.62 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 227 | 0.15 | 0.62 | 0 | 0.11 | 285.11 | 0.72 | 0.61 |
| Hex | C0 | 56 | E3 | F | 3E | 0 | B | 11D | 48 | 3D |
| Octal | 300 | 126 | 343 | 17 | 76 | 0 | 13 | 435 | 110 | 75 |
| Binary | 11000000 | 1010110 | 11100011 | 1111 | 111110 | 0 | 1011 | 100011101 | 1001000 | 111101 |
Color Harmonies of #C056E3
Complementary color
Monochromatic Colors of #C056E3
Black with #C056E3
Text Example
Text Example
White with #C056E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056E3; }
p { color: rgb(192,86,227); }
H1.HeaderClassName
{
color: #C056E3;
}
.AnyTagClassName
{
color: #C056E3;
}
</style>
background-color css
<style>
a { background-color: #C056E3; }
a { background-color: rgb(192,86,227); }
div.DivClassName
{
background-color: #C056E3;
}
.BgClassName
{
background-color: #C056E3;
}
</style>
border-color css
<style>
span { border-color: #C056E3; }
span { border-color: rgb(192,86,227); }
td.TdClassName
{
border-color: #C056E3;
}
.TagClassName
{
border-color: #C056E3;
}
</style>