Shades of Medium Orchid #C851E3
Tints of Medium Orchid #C851E3
RGB
CMYK
RGB Variations
Color information
#C851E3 (or 0xC851E3) is known color: Medium Orchid. HEX triplet: C8, 51 and E3. RGB value is (200,81,227). Sum of RGB (Red+Green+Blue) = 200+81+227=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 227 (89.06% from 255 or 44.69% from 508); Max value from RGB is 227 - color contains mainly: blue. Hex color #C851E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851E3 is #37AE1C. Grayscale: #848484. Windows color (decimal): -3649053 or 14897608. OLE color: 14897608.
HSL color Cylindrical-coordinate representation of color #C851E3: hue angle of 288.9º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C851E3 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 81 | 227 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.11 |
| HSL | 288.9º | 0.72% | 0.6% | - |
| HSV(B) | 288.9º | 0.64% | 0.89% | - |
| XYZ | 40.63 | 23.71 | 75.11 | - |
| YUV | 133.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 227 | 0.12 | 0.64 | 0 | 0.11 | 288.9 | 0.72 | 0.6 |
| Hex | C8 | 51 | E3 | C | 40 | 0 | B | 121 | 48 | 3C |
| Octal | 310 | 121 | 343 | 14 | 100 | 0 | 13 | 441 | 110 | 74 |
| Binary | 11001000 | 1010001 | 11100011 | 1100 | 1000000 | 0 | 1011 | 100100001 | 1001000 | 111100 |
Color Harmonies of #C851E3
Complementary color
Monochromatic Colors of #C851E3
Black with #C851E3
Text Example
Text Example
White with #C851E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851E3; }
p { color: rgb(200,81,227); }
H1.HeaderClassName
{
color: #C851E3;
}
.AnyTagClassName
{
color: #C851E3;
}
</style>
background-color css
<style>
a { background-color: #C851E3; }
a { background-color: rgb(200,81,227); }
div.DivClassName
{
background-color: #C851E3;
}
.BgClassName
{
background-color: #C851E3;
}
</style>
border-color css
<style>
span { border-color: #C851E3; }
span { border-color: rgb(200,81,227); }
td.TdClassName
{
border-color: #C851E3;
}
.TagClassName
{
border-color: #C851E3;
}
</style>