Shades of Medium Orchid #CE51EC
Tints of Medium Orchid #CE51EC
RGB
CMYK
RGB Variations
Color information
#CE51EC (or 0xCE51EC) is known color: Medium Orchid. HEX triplet: CE, 51 and EC. RGB value is (206,81,236). Sum of RGB (Red+Green+Blue) = 206+81+236=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE51EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE51EC is #31AE13. Grayscale: #878787. Windows color (decimal): -3255828 or 15487438. OLE color: 15487438.
HSL color Cylindrical-coordinate representation of color #CE51EC: hue angle of 288.39º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE51EC is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 81 | 236 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.07 |
| HSL | 288.39º | 0.8% | 0.62% | - |
| HSV(B) | 288.39º | 0.66% | 0.93% | - |
| XYZ | 43.54 | 25.06 | 81.9 | - |
| YUV | 136.05 | 184.41 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 236 | 0.13 | 0.66 | 0 | 0.07 | 288.39 | 0.8 | 0.62 |
| Hex | CE | 51 | EC | D | 42 | 0 | 7 | 120 | 50 | 3E |
| Octal | 316 | 121 | 354 | 15 | 102 | 0 | 7 | 440 | 120 | 76 |
| Binary | 11001110 | 1010001 | 11101100 | 1101 | 1000010 | 0 | 111 | 100100000 | 1010000 | 111110 |
Color Harmonies of #CE51EC
Complementary color
Monochromatic Colors of #CE51EC
Black with #CE51EC
Text Example
Text Example
White with #CE51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51EC; }
p { color: rgb(206,81,236); }
H1.HeaderClassName
{
color: #CE51EC;
}
.AnyTagClassName
{
color: #CE51EC;
}
</style>
background-color css
<style>
a { background-color: #CE51EC; }
a { background-color: rgb(206,81,236); }
div.DivClassName
{
background-color: #CE51EC;
}
.BgClassName
{
background-color: #CE51EC;
}
</style>
border-color css
<style>
span { border-color: #CE51EC; }
span { border-color: rgb(206,81,236); }
td.TdClassName
{
border-color: #CE51EC;
}
.TagClassName
{
border-color: #CE51EC;
}
</style>