Shades of Medium Orchid #CE37EB
Tints of Medium Orchid #CE37EB
RGB
CMYK
RGB Variations
Color information
#CE37EB (or 0xCE37EB) is known color: Medium Orchid. HEX triplet: CE, 37 and EB. RGB value is (206,55,235). Sum of RGB (Red+Green+Blue) = 206+55+235=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE37EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37EB is #31C814. Grayscale: #787878. Windows color (decimal): -3262485 or 15415246. OLE color: 15415246.
HSL color Cylindrical-coordinate representation of color #CE37EB: hue angle of 290.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE37EB is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 55 | 235 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.08 |
| HSL | 290.33º | 0.82% | 0.57% | - |
| HSV(B) | 290.33º | 0.77% | 0.92% | - |
| XYZ | 41.82 | 21.85 | 80.61 | - |
| YUV | 120.67 | 192.53 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 235 | 0.12 | 0.77 | 0 | 0.08 | 290.33 | 0.82 | 0.57 |
| Hex | CE | 37 | EB | C | 4D | 0 | 8 | 122 | 52 | 39 |
| Octal | 316 | 67 | 353 | 14 | 115 | 0 | 10 | 442 | 122 | 71 |
| Binary | 11001110 | 110111 | 11101011 | 1100 | 1001101 | 0 | 1000 | 100100010 | 1010010 | 111001 |
Color Harmonies of #CE37EB
Complementary color
Monochromatic Colors of #CE37EB
Black with #CE37EB
Text Example
Text Example
White with #CE37EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37EB; }
p { color: rgb(206,55,235); }
H1.HeaderClassName
{
color: #CE37EB;
}
.AnyTagClassName
{
color: #CE37EB;
}
</style>
background-color css
<style>
a { background-color: #CE37EB; }
a { background-color: rgb(206,55,235); }
div.DivClassName
{
background-color: #CE37EB;
}
.BgClassName
{
background-color: #CE37EB;
}
</style>
border-color css
<style>
span { border-color: #CE37EB; }
span { border-color: rgb(206,55,235); }
td.TdClassName
{
border-color: #CE37EB;
}
.TagClassName
{
border-color: #CE37EB;
}
</style>