Shades of Medium Orchid #C051F1
Tints of Medium Orchid #C051F1
RGB
CMYK
RGB Variations
Color information
#C051F1 (or 0xC051F1) is known color: Medium Orchid. HEX triplet: C0, 51 and F1. RGB value is (192,81,241). Sum of RGB (Red+Green+Blue) = 192+81+241=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #C051F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C051F1 is #3FAE0E. Grayscale: #838383. Windows color (decimal): -4173327 or 15815104. OLE color: 15815104.
HSL color Cylindrical-coordinate representation of color #C051F1: hue angle of 281.62º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C051F1 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 81 | 241 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.05 |
| HSL | 281.63º | 0.85% | 0.63% | - |
| HSV(B) | 281.63º | 0.66% | 0.95% | - |
| XYZ | 40.56 | 23.44 | 85.61 | - |
| YUV | 132.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 241 | 0.20 | 0.66 | 0 | 0.05 | 281.63 | 0.85 | 0.63 |
| Hex | C0 | 51 | F1 | 14 | 42 | 0 | 5 | 11A | 55 | 3F |
| Octal | 300 | 121 | 361 | 24 | 102 | 0 | 5 | 432 | 125 | 77 |
| Binary | 11000000 | 1010001 | 11110001 | 10100 | 1000010 | 0 | 101 | 100011010 | 1010101 | 111111 |
Color Harmonies of #C051F1
Complementary color
Monochromatic Colors of #C051F1
Black with #C051F1
Text Example
Text Example
White with #C051F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051F1; }
p { color: rgb(192,81,241); }
H1.HeaderClassName
{
color: #C051F1;
}
.AnyTagClassName
{
color: #C051F1;
}
</style>
background-color css
<style>
a { background-color: #C051F1; }
a { background-color: rgb(192,81,241); }
div.DivClassName
{
background-color: #C051F1;
}
.BgClassName
{
background-color: #C051F1;
}
</style>
border-color css
<style>
span { border-color: #C051F1; }
span { border-color: rgb(192,81,241); }
td.TdClassName
{
border-color: #C051F1;
}
.TagClassName
{
border-color: #C051F1;
}
</style>