Shades of Medium Orchid #C054D8
Tints of Medium Orchid #C054D8
RGB
CMYK
RGB Variations
Color information
#C054D8 (or 0xC054D8) is known color: Medium Orchid. HEX triplet: C0, 54 and D8. RGB value is (192,84,216). Sum of RGB (Red+Green+Blue) = 192+84+216=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #C054D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054D8 is #3FAB27. Grayscale: #828282. Windows color (decimal): -4172584 or 14177472. OLE color: 14177472.
HSL color Cylindrical-coordinate representation of color #C054D8: hue angle of 289.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C054D8 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 84 | 216 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.15 |
| HSL | 289.09º | 0.63% | 0.59% | - |
| HSV(B) | 289.09º | 0.61% | 0.85% | - |
| XYZ | 37.3 | 22.5 | 67.34 | - |
| YUV | 131.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 216 | 0.11 | 0.61 | 0 | 0.15 | 289.09 | 0.63 | 0.59 |
| Hex | C0 | 54 | D8 | B | 3D | 0 | F | 121 | 3F | 3B |
| Octal | 300 | 124 | 330 | 13 | 75 | 0 | 17 | 441 | 77 | 73 |
| Binary | 11000000 | 1010100 | 11011000 | 1011 | 111101 | 0 | 1111 | 100100001 | 111111 | 111011 |
Color Harmonies of #C054D8
Complementary color
Monochromatic Colors of #C054D8
Black with #C054D8
Text Example
Text Example
White with #C054D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054D8; }
p { color: rgb(192,84,216); }
H1.HeaderClassName
{
color: #C054D8;
}
.AnyTagClassName
{
color: #C054D8;
}
</style>
background-color css
<style>
a { background-color: #C054D8; }
a { background-color: rgb(192,84,216); }
div.DivClassName
{
background-color: #C054D8;
}
.BgClassName
{
background-color: #C054D8;
}
</style>
border-color css
<style>
span { border-color: #C054D8; }
span { border-color: rgb(192,84,216); }
td.TdClassName
{
border-color: #C054D8;
}
.TagClassName
{
border-color: #C054D8;
}
</style>