Shades of Medium Orchid #CE37EC
Tints of Medium Orchid #CE37EC
RGB
CMYK
RGB Variations
Color information
#CE37EC (or 0xCE37EC) is known color: Medium Orchid. HEX triplet: CE, 37 and EC. RGB value is (206,55,236). Sum of RGB (Red+Green+Blue) = 206+55+236=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE37EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37EC is #31C813. Grayscale: #787878. Windows color (decimal): -3262484 or 15480782. OLE color: 15480782.
HSL color Cylindrical-coordinate representation of color #CE37EC: hue angle of 290.06º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE37EC is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 55 | 236 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.07 |
| HSL | 290.06º | 0.83% | 0.57% | - |
| HSV(B) | 290.06º | 0.77% | 0.93% | - |
| XYZ | 41.96 | 21.91 | 81.37 | - |
| YUV | 120.78 | 193.03 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 236 | 0.13 | 0.77 | 0 | 0.07 | 290.06 | 0.83 | 0.57 |
| Hex | CE | 37 | EC | D | 4D | 0 | 7 | 122 | 53 | 39 |
| Octal | 316 | 67 | 354 | 15 | 115 | 0 | 7 | 442 | 123 | 71 |
| Binary | 11001110 | 110111 | 11101100 | 1101 | 1001101 | 0 | 111 | 100100010 | 1010011 | 111001 |
Color Harmonies of #CE37EC
Complementary color
Monochromatic Colors of #CE37EC
Black with #CE37EC
Text Example
Text Example
White with #CE37EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37EC; }
p { color: rgb(206,55,236); }
H1.HeaderClassName
{
color: #CE37EC;
}
.AnyTagClassName
{
color: #CE37EC;
}
</style>
background-color css
<style>
a { background-color: #CE37EC; }
a { background-color: rgb(206,55,236); }
div.DivClassName
{
background-color: #CE37EC;
}
.BgClassName
{
background-color: #CE37EC;
}
</style>
border-color css
<style>
span { border-color: #CE37EC; }
span { border-color: rgb(206,55,236); }
td.TdClassName
{
border-color: #CE37EC;
}
.TagClassName
{
border-color: #CE37EC;
}
</style>