Shades of Medium Orchid #C056F4
Tints of Medium Orchid #C056F4
RGB
CMYK
RGB Variations
Color information
#C056F4 (or 0xC056F4) is known color: Medium Orchid. HEX triplet: C0, 56 and F4. RGB value is (192,86,244). Sum of RGB (Red+Green+Blue) = 192+86+244=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 244 (95.70% from 255 or 46.74% from 522); Max value from RGB is 244 - color contains mainly: blue. Hex color #C056F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C056F4 is #3FA90B. Grayscale: #878787. Windows color (decimal): -4172044 or 16012992. OLE color: 16012992.
HSL color Cylindrical-coordinate representation of color #C056F4: hue angle of 280.25º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C056F4 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 86 | 244 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.04 |
| HSL | 280.25º | 0.88% | 0.65% | - |
| HSV(B) | 280.25º | 0.65% | 0.96% | - |
| XYZ | 41.4 | 24.39 | 88.11 | - |
| YUV | 135.71 | 189.12 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 244 | 0.21 | 0.65 | 0 | 0.04 | 280.25 | 0.88 | 0.65 |
| Hex | C0 | 56 | F4 | 15 | 41 | 0 | 4 | 118 | 58 | 41 |
| Octal | 300 | 126 | 364 | 25 | 101 | 0 | 4 | 430 | 130 | 101 |
| Binary | 11000000 | 1010110 | 11110100 | 10101 | 1000001 | 0 | 100 | 100011000 | 1011000 | 1000001 |
Color Harmonies of #C056F4
Complementary color
Monochromatic Colors of #C056F4
Black with #C056F4
Text Example
Text Example
White with #C056F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056F4; }
p { color: rgb(192,86,244); }
H1.HeaderClassName
{
color: #C056F4;
}
.AnyTagClassName
{
color: #C056F4;
}
</style>
background-color css
<style>
a { background-color: #C056F4; }
a { background-color: rgb(192,86,244); }
div.DivClassName
{
background-color: #C056F4;
}
.BgClassName
{
background-color: #C056F4;
}
</style>
border-color css
<style>
span { border-color: #C056F4; }
span { border-color: rgb(192,86,244); }
td.TdClassName
{
border-color: #C056F4;
}
.TagClassName
{
border-color: #C056F4;
}
</style>