Shades of Medium Orchid #C851EB
Tints of Medium Orchid #C851EB
RGB
CMYK
RGB Variations
Color information
#C851EB (or 0xC851EB) is known color: Medium Orchid. HEX triplet: C8, 51 and EB. RGB value is (200,81,235). Sum of RGB (Red+Green+Blue) = 200+81+235=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #C851EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C851EB is #37AE14. Grayscale: #858585. Windows color (decimal): -3649045 or 15421896. OLE color: 15421896.
HSL color Cylindrical-coordinate representation of color #C851EB: hue angle of 286.36º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C851EB is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 81 | 235 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.08 |
| HSL | 286.36º | 0.79% | 0.62% | - |
| HSV(B) | 286.36º | 0.66% | 0.92% | - |
| XYZ | 41.76 | 24.16 | 81.06 | - |
| YUV | 134.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 235 | 0.15 | 0.66 | 0 | 0.08 | 286.36 | 0.79 | 0.62 |
| Hex | C8 | 51 | EB | F | 42 | 0 | 8 | 11E | 4F | 3E |
| Octal | 310 | 121 | 353 | 17 | 102 | 0 | 10 | 436 | 117 | 76 |
| Binary | 11001000 | 1010001 | 11101011 | 1111 | 1000010 | 0 | 1000 | 100011110 | 1001111 | 111110 |
Color Harmonies of #C851EB
Complementary color
Monochromatic Colors of #C851EB
Black with #C851EB
Text Example
Text Example
White with #C851EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851EB; }
p { color: rgb(200,81,235); }
H1.HeaderClassName
{
color: #C851EB;
}
.AnyTagClassName
{
color: #C851EB;
}
</style>
background-color css
<style>
a { background-color: #C851EB; }
a { background-color: rgb(200,81,235); }
div.DivClassName
{
background-color: #C851EB;
}
.BgClassName
{
background-color: #C851EB;
}
</style>
border-color css
<style>
span { border-color: #C851EB; }
span { border-color: rgb(200,81,235); }
td.TdClassName
{
border-color: #C851EB;
}
.TagClassName
{
border-color: #C851EB;
}
</style>