Shades of Medium Orchid #CE51E1
Tints of Medium Orchid #CE51E1
RGB
CMYK
RGB Variations
Color information
#CE51E1 (or 0xCE51E1) is known color: Medium Orchid. HEX triplet: CE, 51 and E1. RGB value is (206,81,225). Sum of RGB (Red+Green+Blue) = 206+81+225=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE51E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51E1 is #31AE1E. Grayscale: #868686. Windows color (decimal): -3255839 or 14766542. OLE color: 14766542.
HSL color Cylindrical-coordinate representation of color #CE51E1: hue angle of 292.08º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE51E1 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 81 | 225 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.12 |
| HSL | 292.08º | 0.71% | 0.6% | - |
| HSV(B) | 292.08º | 0.64% | 0.88% | - |
| XYZ | 41.99 | 24.44 | 73.74 | - |
| YUV | 134.79 | 178.91 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 225 | 0.08 | 0.64 | 0 | 0.12 | 292.08 | 0.71 | 0.6 |
| Hex | CE | 51 | E1 | 8 | 40 | 0 | C | 124 | 47 | 3C |
| Octal | 316 | 121 | 341 | 10 | 100 | 0 | 14 | 444 | 107 | 74 |
| Binary | 11001110 | 1010001 | 11100001 | 1000 | 1000000 | 0 | 1100 | 100100100 | 1000111 | 111100 |
Color Harmonies of #CE51E1
Complementary color
Monochromatic Colors of #CE51E1
Black with #CE51E1
Text Example
Text Example
White with #CE51E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51E1; }
p { color: rgb(206,81,225); }
H1.HeaderClassName
{
color: #CE51E1;
}
.AnyTagClassName
{
color: #CE51E1;
}
</style>
background-color css
<style>
a { background-color: #CE51E1; }
a { background-color: rgb(206,81,225); }
div.DivClassName
{
background-color: #CE51E1;
}
.BgClassName
{
background-color: #CE51E1;
}
</style>
border-color css
<style>
span { border-color: #CE51E1; }
span { border-color: rgb(206,81,225); }
td.TdClassName
{
border-color: #CE51E1;
}
.TagClassName
{
border-color: #CE51E1;
}
</style>