Shades of Medium Orchid #C051E9
Tints of Medium Orchid #C051E9
RGB
CMYK
RGB Variations
Color information
#C051E9 (or 0xC051E9) is known color: Medium Orchid. HEX triplet: C0, 51 and E9. RGB value is (192,81,233). Sum of RGB (Red+Green+Blue) = 192+81+233=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #C051E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C051E9 is #3FAE16. Grayscale: #838383. Windows color (decimal): -4173335 or 15290816. OLE color: 15290816.
HSL color Cylindrical-coordinate representation of color #C051E9: hue angle of 283.82º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C051E9 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 81 | 233 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.09 |
| HSL | 283.82º | 0.78% | 0.62% | - |
| HSV(B) | 283.82º | 0.65% | 0.91% | - |
| XYZ | 39.39 | 22.97 | 79.45 | - |
| YUV | 131.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 233 | 0.18 | 0.65 | 0 | 0.09 | 283.82 | 0.78 | 0.62 |
| Hex | C0 | 51 | E9 | 12 | 41 | 0 | 9 | 11C | 4E | 3E |
| Octal | 300 | 121 | 351 | 22 | 101 | 0 | 11 | 434 | 116 | 76 |
| Binary | 11000000 | 1010001 | 11101001 | 10010 | 1000001 | 0 | 1001 | 100011100 | 1001110 | 111110 |
Color Harmonies of #C051E9
Complementary color
Monochromatic Colors of #C051E9
Black with #C051E9
Text Example
Text Example
White with #C051E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051E9; }
p { color: rgb(192,81,233); }
H1.HeaderClassName
{
color: #C051E9;
}
.AnyTagClassName
{
color: #C051E9;
}
</style>
background-color css
<style>
a { background-color: #C051E9; }
a { background-color: rgb(192,81,233); }
div.DivClassName
{
background-color: #C051E9;
}
.BgClassName
{
background-color: #C051E9;
}
</style>
border-color css
<style>
span { border-color: #C051E9; }
span { border-color: rgb(192,81,233); }
td.TdClassName
{
border-color: #C051E9;
}
.TagClassName
{
border-color: #C051E9;
}
</style>