Shades of Medium Orchid #C851E9
Tints of Medium Orchid #C851E9
RGB
CMYK
RGB Variations
Color information
#C851E9 (or 0xC851E9) is known color: Medium Orchid. HEX triplet: C8, 51 and E9. RGB value is (200,81,233). Sum of RGB (Red+Green+Blue) = 200+81+233=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 233 - color contains mainly: blue. Hex color #C851E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C851E9 is #37AE16. Grayscale: #858585. Windows color (decimal): -3649047 or 15290824. OLE color: 15290824.
HSL color Cylindrical-coordinate representation of color #C851E9: hue angle of 286.97º 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 #C851E9 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 81 | 233 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.09 |
| HSL | 286.97º | 0.78% | 0.62% | - |
| HSV(B) | 286.97º | 0.65% | 0.91% | - |
| XYZ | 41.47 | 24.05 | 79.55 | - |
| YUV | 133.91 | 183.92 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 233 | 0.14 | 0.65 | 0 | 0.09 | 286.97 | 0.78 | 0.62 |
| Hex | C8 | 51 | E9 | E | 41 | 0 | 9 | 11F | 4E | 3E |
| Octal | 310 | 121 | 351 | 16 | 101 | 0 | 11 | 437 | 116 | 76 |
| Binary | 11001000 | 1010001 | 11101001 | 1110 | 1000001 | 0 | 1001 | 100011111 | 1001110 | 111110 |
Color Harmonies of #C851E9
Complementary color
Monochromatic Colors of #C851E9
Black with #C851E9
Text Example
Text Example
White with #C851E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851E9; }
p { color: rgb(200,81,233); }
H1.HeaderClassName
{
color: #C851E9;
}
.AnyTagClassName
{
color: #C851E9;
}
</style>
background-color css
<style>
a { background-color: #C851E9; }
a { background-color: rgb(200,81,233); }
div.DivClassName
{
background-color: #C851E9;
}
.BgClassName
{
background-color: #C851E9;
}
</style>
border-color css
<style>
span { border-color: #C851E9; }
span { border-color: rgb(200,81,233); }
td.TdClassName
{
border-color: #C851E9;
}
.TagClassName
{
border-color: #C851E9;
}
</style>