Shades of Medium Orchid #C851EA
Tints of Medium Orchid #C851EA
RGB
CMYK
RGB Variations
Color information
#C851EA (or 0xC851EA) is known color: Medium Orchid. HEX triplet: C8, 51 and EA. RGB value is (200,81,234). Sum of RGB (Red+Green+Blue) = 200+81+234=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #C851EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C851EA is #37AE15. Grayscale: #858585. Windows color (decimal): -3649046 or 15356360. OLE color: 15356360.
HSL color Cylindrical-coordinate representation of color #C851EA: hue angle of 286.67º 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 #C851EA is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 81 | 234 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.08 |
| HSL | 286.67º | 0.78% | 0.62% | - |
| HSV(B) | 286.67º | 0.65% | 0.92% | - |
| XYZ | 41.61 | 24.1 | 80.3 | - |
| YUV | 134.02 | 184.42 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 234 | 0.15 | 0.65 | 0 | 0.08 | 286.67 | 0.78 | 0.62 |
| Hex | C8 | 51 | EA | F | 41 | 0 | 8 | 11F | 4E | 3E |
| Octal | 310 | 121 | 352 | 17 | 101 | 0 | 10 | 437 | 116 | 76 |
| Binary | 11001000 | 1010001 | 11101010 | 1111 | 1000001 | 0 | 1000 | 100011111 | 1001110 | 111110 |
Color Harmonies of #C851EA
Complementary color
Monochromatic Colors of #C851EA
Black with #C851EA
Text Example
Text Example
White with #C851EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851EA; }
p { color: rgb(200,81,234); }
H1.HeaderClassName
{
color: #C851EA;
}
.AnyTagClassName
{
color: #C851EA;
}
</style>
background-color css
<style>
a { background-color: #C851EA; }
a { background-color: rgb(200,81,234); }
div.DivClassName
{
background-color: #C851EA;
}
.BgClassName
{
background-color: #C851EA;
}
</style>
border-color css
<style>
span { border-color: #C851EA; }
span { border-color: rgb(200,81,234); }
td.TdClassName
{
border-color: #C851EA;
}
.TagClassName
{
border-color: #C851EA;
}
</style>