Shades of Medium Orchid #CE37F3
Tints of Medium Orchid #CE37F3
RGB
CMYK
RGB Variations
Color information
#CE37F3 (or 0xCE37F3) is known color: Medium Orchid. HEX triplet: CE, 37 and F3. RGB value is (206,55,243). Sum of RGB (Red+Green+Blue) = 206+55+243=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 55 (21.88% from 255 or 10.91% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE37F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37F3 is #31C80C. Grayscale: #787878. Windows color (decimal): -3262477 or 15939534. OLE color: 15939534.
HSL color Cylindrical-coordinate representation of color #CE37F3: hue angle of 288.19º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE37F3 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 55 | 243 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.05 |
| HSL | 288.19º | 0.89% | 0.58% | - |
| HSV(B) | 288.19º | 0.77% | 0.95% | - |
| XYZ | 43 | 22.33 | 86.84 | - |
| YUV | 121.58 | 196.53 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 243 | 0.15 | 0.77 | 0 | 0.05 | 288.19 | 0.89 | 0.58 |
| Hex | CE | 37 | F3 | F | 4D | 0 | 5 | 120 | 59 | 3A |
| Octal | 316 | 67 | 363 | 17 | 115 | 0 | 5 | 440 | 131 | 72 |
| Binary | 11001110 | 110111 | 11110011 | 1111 | 1001101 | 0 | 101 | 100100000 | 1011001 | 111010 |
Color Harmonies of #CE37F3
Complementary color
Monochromatic Colors of #CE37F3
Black with #CE37F3
Text Example
Text Example
White with #CE37F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37F3; }
p { color: rgb(206,55,243); }
H1.HeaderClassName
{
color: #CE37F3;
}
.AnyTagClassName
{
color: #CE37F3;
}
</style>
background-color css
<style>
a { background-color: #CE37F3; }
a { background-color: rgb(206,55,243); }
div.DivClassName
{
background-color: #CE37F3;
}
.BgClassName
{
background-color: #CE37F3;
}
</style>
border-color css
<style>
span { border-color: #CE37F3; }
span { border-color: rgb(206,55,243); }
td.TdClassName
{
border-color: #CE37F3;
}
.TagClassName
{
border-color: #CE37F3;
}
</style>