Shades of Medium Orchid #C051EA
Tints of Medium Orchid #C051EA
RGB
CMYK
RGB Variations
Color information
#C051EA (or 0xC051EA) is known color: Medium Orchid. HEX triplet: C0, 51 and EA. RGB value is (192,81,234). Sum of RGB (Red+Green+Blue) = 192+81+234=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #C051EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C051EA is #3FAE15. Grayscale: #838383. Windows color (decimal): -4173334 or 15356352. OLE color: 15356352.
HSL color Cylindrical-coordinate representation of color #C051EA: hue angle of 283.53º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C051EA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 81 | 234 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.08 |
| HSL | 283.53º | 0.78% | 0.62% | - |
| HSV(B) | 283.53º | 0.65% | 0.92% | - |
| XYZ | 39.53 | 23.03 | 80.2 | - |
| YUV | 131.63 | 185.77 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 234 | 0.18 | 0.65 | 0 | 0.08 | 283.53 | 0.78 | 0.62 |
| Hex | C0 | 51 | EA | 12 | 41 | 0 | 8 | 11C | 4E | 3E |
| Octal | 300 | 121 | 352 | 22 | 101 | 0 | 10 | 434 | 116 | 76 |
| Binary | 11000000 | 1010001 | 11101010 | 10010 | 1000001 | 0 | 1000 | 100011100 | 1001110 | 111110 |
Color Harmonies of #C051EA
Complementary color
Monochromatic Colors of #C051EA
Black with #C051EA
Text Example
Text Example
White with #C051EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051EA; }
p { color: rgb(192,81,234); }
H1.HeaderClassName
{
color: #C051EA;
}
.AnyTagClassName
{
color: #C051EA;
}
</style>
background-color css
<style>
a { background-color: #C051EA; }
a { background-color: rgb(192,81,234); }
div.DivClassName
{
background-color: #C051EA;
}
.BgClassName
{
background-color: #C051EA;
}
</style>
border-color css
<style>
span { border-color: #C051EA; }
span { border-color: rgb(192,81,234); }
td.TdClassName
{
border-color: #C051EA;
}
.TagClassName
{
border-color: #C051EA;
}
</style>