Shades of Medium Orchid #CE37F0
Tints of Medium Orchid #CE37F0
RGB
CMYK
RGB Variations
Color information
#CE37F0 (or 0xCE37F0) is known color: Medium Orchid. HEX triplet: CE, 37 and F0. RGB value is (206,55,240). Sum of RGB (Red+Green+Blue) = 206+55+240=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE37F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37F0 is #31C80F. Grayscale: #787878. Windows color (decimal): -3262480 or 15742926. OLE color: 15742926.
HSL color Cylindrical-coordinate representation of color #CE37F0: hue angle of 288.97º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE37F0 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 55 | 240 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.06 |
| HSL | 288.97º | 0.86% | 0.58% | - |
| HSV(B) | 288.97º | 0.77% | 0.94% | - |
| XYZ | 42.55 | 22.15 | 84.47 | - |
| YUV | 121.24 | 195.03 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 240 | 0.14 | 0.77 | 0 | 0.06 | 288.97 | 0.86 | 0.58 |
| Hex | CE | 37 | F0 | E | 4D | 0 | 6 | 121 | 56 | 3A |
| Octal | 316 | 67 | 360 | 16 | 115 | 0 | 6 | 441 | 126 | 72 |
| Binary | 11001110 | 110111 | 11110000 | 1110 | 1001101 | 0 | 110 | 100100001 | 1010110 | 111010 |
Color Harmonies of #CE37F0
Complementary color
Monochromatic Colors of #CE37F0
Black with #CE37F0
Text Example
Text Example
White with #CE37F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37F0; }
p { color: rgb(206,55,240); }
H1.HeaderClassName
{
color: #CE37F0;
}
.AnyTagClassName
{
color: #CE37F0;
}
</style>
background-color css
<style>
a { background-color: #CE37F0; }
a { background-color: rgb(206,55,240); }
div.DivClassName
{
background-color: #CE37F0;
}
.BgClassName
{
background-color: #CE37F0;
}
</style>
border-color css
<style>
span { border-color: #CE37F0; }
span { border-color: rgb(206,55,240); }
td.TdClassName
{
border-color: #CE37F0;
}
.TagClassName
{
border-color: #CE37F0;
}
</style>