Shades of Medium Orchid #C851EE
Tints of Medium Orchid #C851EE
RGB
CMYK
RGB Variations
Color information
#C851EE (or 0xC851EE) is known color: Medium Orchid. HEX triplet: C8, 51 and EE. RGB value is (200,81,238). Sum of RGB (Red+Green+Blue) = 200+81+238=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #C851EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C851EE is #37AE11. Grayscale: #858585. Windows color (decimal): -3649042 or 15618504. OLE color: 15618504.
HSL color Cylindrical-coordinate representation of color #C851EE: hue angle of 285.48º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C851EE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 81 | 238 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.07 |
| HSL | 285.48º | 0.82% | 0.63% | - |
| HSV(B) | 285.48º | 0.66% | 0.93% | - |
| XYZ | 42.19 | 24.34 | 83.36 | - |
| YUV | 134.48 | 186.42 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 238 | 0.16 | 0.66 | 0 | 0.07 | 285.48 | 0.82 | 0.63 |
| Hex | C8 | 51 | EE | 10 | 42 | 0 | 7 | 11D | 52 | 3F |
| Octal | 310 | 121 | 356 | 20 | 102 | 0 | 7 | 435 | 122 | 77 |
| Binary | 11001000 | 1010001 | 11101110 | 10000 | 1000010 | 0 | 111 | 100011101 | 1010010 | 111111 |
Color Harmonies of #C851EE
Complementary color
Monochromatic Colors of #C851EE
Black with #C851EE
Text Example
Text Example
White with #C851EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851EE; }
p { color: rgb(200,81,238); }
H1.HeaderClassName
{
color: #C851EE;
}
.AnyTagClassName
{
color: #C851EE;
}
</style>
background-color css
<style>
a { background-color: #C851EE; }
a { background-color: rgb(200,81,238); }
div.DivClassName
{
background-color: #C851EE;
}
.BgClassName
{
background-color: #C851EE;
}
</style>
border-color css
<style>
span { border-color: #C851EE; }
span { border-color: rgb(200,81,238); }
td.TdClassName
{
border-color: #C851EE;
}
.TagClassName
{
border-color: #C851EE;
}
</style>