Shades of Medium Orchid #C056F9
Tints of Medium Orchid #C056F9
RGB
CMYK
RGB Variations
Color information
#C056F9 (or 0xC056F9) is known color: Medium Orchid. HEX triplet: C0, 56 and F9. RGB value is (192,86,249). Sum of RGB (Red+Green+Blue) = 192+86+249=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #C056F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C056F9 is #3FA906. Grayscale: #878787. Windows color (decimal): -4172039 or 16340672. OLE color: 16340672.
HSL color Cylindrical-coordinate representation of color #C056F9: hue angle of 279.02º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C056F9 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 86 | 249 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.02 |
| HSL | 279.02º | 0.93% | 0.66% | - |
| HSV(B) | 279.02º | 0.65% | 0.98% | - |
| XYZ | 42.16 | 24.7 | 92.17 | - |
| YUV | 136.28 | 191.62 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 249 | 0.23 | 0.65 | 0 | 0.02 | 279.02 | 0.93 | 0.66 |
| Hex | C0 | 56 | F9 | 17 | 41 | 0 | 2 | 117 | 5D | 42 |
| Octal | 300 | 126 | 371 | 27 | 101 | 0 | 2 | 427 | 135 | 102 |
| Binary | 11000000 | 1010110 | 11111001 | 10111 | 1000001 | 0 | 10 | 100010111 | 1011101 | 1000010 |
Color Harmonies of #C056F9
Complementary color
Monochromatic Colors of #C056F9
Black with #C056F9
Text Example
Text Example
White with #C056F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056F9; }
p { color: rgb(192,86,249); }
H1.HeaderClassName
{
color: #C056F9;
}
.AnyTagClassName
{
color: #C056F9;
}
</style>
background-color css
<style>
a { background-color: #C056F9; }
a { background-color: rgb(192,86,249); }
div.DivClassName
{
background-color: #C056F9;
}
.BgClassName
{
background-color: #C056F9;
}
</style>
border-color css
<style>
span { border-color: #C056F9; }
span { border-color: rgb(192,86,249); }
td.TdClassName
{
border-color: #C056F9;
}
.TagClassName
{
border-color: #C056F9;
}
</style>