Shades of Medium Orchid #C851ED
Tints of Medium Orchid #C851ED
RGB
CMYK
RGB Variations
Color information
#C851ED (or 0xC851ED) is known color: Medium Orchid. HEX triplet: C8, 51 and ED. RGB value is (200,81,237). Sum of RGB (Red+Green+Blue) = 200+81+237=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #C851ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C851ED is #37AE12. Grayscale: #858585. Windows color (decimal): -3649043 or 15552968. OLE color: 15552968.
HSL color Cylindrical-coordinate representation of color #C851ED: hue angle of 285.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C851ED is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 81 | 237 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.07 |
| HSL | 285.77º | 0.81% | 0.62% | - |
| HSV(B) | 285.77º | 0.66% | 0.93% | - |
| XYZ | 42.05 | 24.28 | 82.59 | - |
| YUV | 134.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 237 | 0.16 | 0.66 | 0 | 0.07 | 285.77 | 0.81 | 0.62 |
| Hex | C8 | 51 | ED | 10 | 42 | 0 | 7 | 11E | 51 | 3E |
| Octal | 310 | 121 | 355 | 20 | 102 | 0 | 7 | 436 | 121 | 76 |
| Binary | 11001000 | 1010001 | 11101101 | 10000 | 1000010 | 0 | 111 | 100011110 | 1010001 | 111110 |
Color Harmonies of #C851ED
Complementary color
Monochromatic Colors of #C851ED
Black with #C851ED
Text Example
Text Example
White with #C851ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851ED; }
p { color: rgb(200,81,237); }
H1.HeaderClassName
{
color: #C851ED;
}
.AnyTagClassName
{
color: #C851ED;
}
</style>
background-color css
<style>
a { background-color: #C851ED; }
a { background-color: rgb(200,81,237); }
div.DivClassName
{
background-color: #C851ED;
}
.BgClassName
{
background-color: #C851ED;
}
</style>
border-color css
<style>
span { border-color: #C851ED; }
span { border-color: rgb(200,81,237); }
td.TdClassName
{
border-color: #C851ED;
}
.TagClassName
{
border-color: #C851ED;
}
</style>