Shades of Medium Orchid #CE51ED
Tints of Medium Orchid #CE51ED
RGB
CMYK
RGB Variations
Color information
#CE51ED (or 0xCE51ED) is known color: Medium Orchid. HEX triplet: CE, 51 and ED. RGB value is (206,81,237). Sum of RGB (Red+Green+Blue) = 206+81+237=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE51ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE51ED is #31AE12. Grayscale: #878787. Windows color (decimal): -3255827 or 15552974. OLE color: 15552974.
HSL color Cylindrical-coordinate representation of color #CE51ED: hue angle of 288.08º degrees, saturation: 0.81, 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 #CE51ED is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 81 | 237 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.07 |
| HSL | 288.08º | 0.81% | 0.62% | - |
| HSV(B) | 288.08º | 0.66% | 0.93% | - |
| XYZ | 43.68 | 25.12 | 82.67 | - |
| YUV | 136.16 | 184.91 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 237 | 0.13 | 0.66 | 0 | 0.07 | 288.08 | 0.81 | 0.62 |
| Hex | CE | 51 | ED | D | 42 | 0 | 7 | 120 | 51 | 3E |
| Octal | 316 | 121 | 355 | 15 | 102 | 0 | 7 | 440 | 121 | 76 |
| Binary | 11001110 | 1010001 | 11101101 | 1101 | 1000010 | 0 | 111 | 100100000 | 1010001 | 111110 |
Color Harmonies of #CE51ED
Complementary color
Monochromatic Colors of #CE51ED
Black with #CE51ED
Text Example
Text Example
White with #CE51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51ED; }
p { color: rgb(206,81,237); }
H1.HeaderClassName
{
color: #CE51ED;
}
.AnyTagClassName
{
color: #CE51ED;
}
</style>
background-color css
<style>
a { background-color: #CE51ED; }
a { background-color: rgb(206,81,237); }
div.DivClassName
{
background-color: #CE51ED;
}
.BgClassName
{
background-color: #CE51ED;
}
</style>
border-color css
<style>
span { border-color: #CE51ED; }
span { border-color: rgb(206,81,237); }
td.TdClassName
{
border-color: #CE51ED;
}
.TagClassName
{
border-color: #CE51ED;
}
</style>