Shades of Medium Orchid #C056E4
Tints of Medium Orchid #C056E4
RGB
CMYK
RGB Variations
Color information
#C056E4 (or 0xC056E4) is known color: Medium Orchid. HEX triplet: C0, 56 and E4. RGB value is (192,86,228). Sum of RGB (Red+Green+Blue) = 192+86+228=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #C056E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056E4 is #3FA91B. Grayscale: #858585. Windows color (decimal): -4172060 or 14964416. OLE color: 14964416.
HSL color Cylindrical-coordinate representation of color #C056E4: hue angle of 284.79º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C056E4 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 86 | 228 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.11 |
| HSL | 284.79º | 0.72% | 0.62% | - |
| HSV(B) | 284.79º | 0.62% | 0.89% | - |
| XYZ | 39.07 | 23.46 | 75.87 | - |
| YUV | 133.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 228 | 0.16 | 0.62 | 0 | 0.11 | 284.79 | 0.72 | 0.62 |
| Hex | C0 | 56 | E4 | 10 | 3E | 0 | B | 11D | 48 | 3E |
| Octal | 300 | 126 | 344 | 20 | 76 | 0 | 13 | 435 | 110 | 76 |
| Binary | 11000000 | 1010110 | 11100100 | 10000 | 111110 | 0 | 1011 | 100011101 | 1001000 | 111110 |
Color Harmonies of #C056E4
Complementary color
Monochromatic Colors of #C056E4
Black with #C056E4
Text Example
Text Example
White with #C056E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056E4; }
p { color: rgb(192,86,228); }
H1.HeaderClassName
{
color: #C056E4;
}
.AnyTagClassName
{
color: #C056E4;
}
</style>
background-color css
<style>
a { background-color: #C056E4; }
a { background-color: rgb(192,86,228); }
div.DivClassName
{
background-color: #C056E4;
}
.BgClassName
{
background-color: #C056E4;
}
</style>
border-color css
<style>
span { border-color: #C056E4; }
span { border-color: rgb(192,86,228); }
td.TdClassName
{
border-color: #C056E4;
}
.TagClassName
{
border-color: #C056E4;
}
</style>