Shades of Medium Orchid #CE37E4
Tints of Medium Orchid #CE37E4
RGB
CMYK
RGB Variations
Color information
#CE37E4 (or 0xCE37E4) is known color: Medium Orchid. HEX triplet: CE, 37 and E4. RGB value is (206,55,228). Sum of RGB (Red+Green+Blue) = 206+55+228=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 228 (89.45% from 255 or 46.63% from 489); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE37E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37E4 is #31C81B. Grayscale: #777777. Windows color (decimal): -3262492 or 14956494. OLE color: 14956494.
HSL color Cylindrical-coordinate representation of color #CE37E4: hue angle of 292.37º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE37E4 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 55 | 228 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.11 |
| HSL | 292.37º | 0.76% | 0.55% | - |
| HSV(B) | 292.37º | 0.76% | 0.89% | - |
| XYZ | 40.82 | 21.46 | 75.39 | - |
| YUV | 119.87 | 189.03 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 228 | 0.10 | 0.76 | 0 | 0.11 | 292.37 | 0.76 | 0.55 |
| Hex | CE | 37 | E4 | A | 4C | 0 | B | 124 | 4C | 37 |
| Octal | 316 | 67 | 344 | 12 | 114 | 0 | 13 | 444 | 114 | 67 |
| Binary | 11001110 | 110111 | 11100100 | 1010 | 1001100 | 0 | 1011 | 100100100 | 1001100 | 110111 |
Color Harmonies of #CE37E4
Complementary color
Monochromatic Colors of #CE37E4
Black with #CE37E4
Text Example
Text Example
White with #CE37E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37E4; }
p { color: rgb(206,55,228); }
H1.HeaderClassName
{
color: #CE37E4;
}
.AnyTagClassName
{
color: #CE37E4;
}
</style>
background-color css
<style>
a { background-color: #CE37E4; }
a { background-color: rgb(206,55,228); }
div.DivClassName
{
background-color: #CE37E4;
}
.BgClassName
{
background-color: #CE37E4;
}
</style>
border-color css
<style>
span { border-color: #CE37E4; }
span { border-color: rgb(206,55,228); }
td.TdClassName
{
border-color: #CE37E4;
}
.TagClassName
{
border-color: #CE37E4;
}
</style>