Shades of Medium Orchid #C851E5
Tints of Medium Orchid #C851E5
RGB
CMYK
RGB Variations
Color information
#C851E5 (or 0xC851E5) is known color: Medium Orchid. HEX triplet: C8, 51 and E5. RGB value is (200,81,229). Sum of RGB (Red+Green+Blue) = 200+81+229=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #C851E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851E5 is #37AE1A. Grayscale: #848484. Windows color (decimal): -3649051 or 15028680. OLE color: 15028680.
HSL color Cylindrical-coordinate representation of color #C851E5: hue angle of 288.24º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C851E5 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 81 | 229 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.10 |
| HSL | 288.24º | 0.74% | 0.61% | - |
| HSV(B) | 288.24º | 0.65% | 0.9% | - |
| XYZ | 40.9 | 23.82 | 76.57 | - |
| YUV | 133.45 | 181.92 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 229 | 0.13 | 0.65 | 0 | 0.10 | 288.24 | 0.74 | 0.61 |
| Hex | C8 | 51 | E5 | D | 41 | 0 | A | 120 | 4A | 3D |
| Octal | 310 | 121 | 345 | 15 | 101 | 0 | 12 | 440 | 112 | 75 |
| Binary | 11001000 | 1010001 | 11100101 | 1101 | 1000001 | 0 | 1010 | 100100000 | 1001010 | 111101 |
Color Harmonies of #C851E5
Complementary color
Monochromatic Colors of #C851E5
Black with #C851E5
Text Example
Text Example
White with #C851E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851E5; }
p { color: rgb(200,81,229); }
H1.HeaderClassName
{
color: #C851E5;
}
.AnyTagClassName
{
color: #C851E5;
}
</style>
background-color css
<style>
a { background-color: #C851E5; }
a { background-color: rgb(200,81,229); }
div.DivClassName
{
background-color: #C851E5;
}
.BgClassName
{
background-color: #C851E5;
}
</style>
border-color css
<style>
span { border-color: #C851E5; }
span { border-color: rgb(200,81,229); }
td.TdClassName
{
border-color: #C851E5;
}
.TagClassName
{
border-color: #C851E5;
}
</style>