Shades of Medium Orchid #C054F1
Tints of Medium Orchid #C054F1
RGB
CMYK
RGB Variations
Color information
#C054F1 (or 0xC054F1) is known color: Medium Orchid. HEX triplet: C0, 54 and F1. RGB value is (192,84,241). Sum of RGB (Red+Green+Blue) = 192+84+241=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #C054F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C054F1 is #3FAB0E. Grayscale: #858585. Windows color (decimal): -4172559 or 15815872. OLE color: 15815872.
HSL color Cylindrical-coordinate representation of color #C054F1: hue angle of 281.27º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C054F1 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 84 | 241 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.05 |
| HSL | 281.27º | 0.85% | 0.64% | - |
| HSV(B) | 281.27º | 0.65% | 0.95% | - |
| XYZ | 40.79 | 23.9 | 85.68 | - |
| YUV | 134.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 241 | 0.20 | 0.65 | 0 | 0.05 | 281.27 | 0.85 | 0.64 |
| Hex | C0 | 54 | F1 | 14 | 41 | 0 | 5 | 119 | 55 | 40 |
| Octal | 300 | 124 | 361 | 24 | 101 | 0 | 5 | 431 | 125 | 100 |
| Binary | 11000000 | 1010100 | 11110001 | 10100 | 1000001 | 0 | 101 | 100011001 | 1010101 | 1000000 |
Color Harmonies of #C054F1
Complementary color
Monochromatic Colors of #C054F1
Black with #C054F1
Text Example
Text Example
White with #C054F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054F1; }
p { color: rgb(192,84,241); }
H1.HeaderClassName
{
color: #C054F1;
}
.AnyTagClassName
{
color: #C054F1;
}
</style>
background-color css
<style>
a { background-color: #C054F1; }
a { background-color: rgb(192,84,241); }
div.DivClassName
{
background-color: #C054F1;
}
.BgClassName
{
background-color: #C054F1;
}
</style>
border-color css
<style>
span { border-color: #C054F1; }
span { border-color: rgb(192,84,241); }
td.TdClassName
{
border-color: #C054F1;
}
.TagClassName
{
border-color: #C054F1;
}
</style>