Shades of Medium Orchid #CE37E6
Tints of Medium Orchid #CE37E6
RGB
CMYK
RGB Variations
Color information
#CE37E6 (or 0xCE37E6) is known color: Medium Orchid. HEX triplet: CE, 37 and E6. RGB value is (206,55,230). Sum of RGB (Red+Green+Blue) = 206+55+230=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 55 (21.88% from 255 or 11.20% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE37E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37E6 is #31C819. Grayscale: #777777. Windows color (decimal): -3262490 or 15087566. OLE color: 15087566.
HSL color Cylindrical-coordinate representation of color #CE37E6: hue angle of 291.77º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE37E6 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 55 | 230 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.10 |
| HSL | 291.77º | 0.78% | 0.56% | - |
| HSV(B) | 291.77º | 0.76% | 0.9% | - |
| XYZ | 41.1 | 21.57 | 76.86 | - |
| YUV | 120.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 230 | 0.10 | 0.76 | 0 | 0.10 | 291.77 | 0.78 | 0.56 |
| Hex | CE | 37 | E6 | A | 4C | 0 | A | 124 | 4E | 38 |
| Octal | 316 | 67 | 346 | 12 | 114 | 0 | 12 | 444 | 116 | 70 |
| Binary | 11001110 | 110111 | 11100110 | 1010 | 1001100 | 0 | 1010 | 100100100 | 1001110 | 111000 |
Color Harmonies of #CE37E6
Complementary color
Monochromatic Colors of #CE37E6
Black with #CE37E6
Text Example
Text Example
White with #CE37E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37E6; }
p { color: rgb(206,55,230); }
H1.HeaderClassName
{
color: #CE37E6;
}
.AnyTagClassName
{
color: #CE37E6;
}
</style>
background-color css
<style>
a { background-color: #CE37E6; }
a { background-color: rgb(206,55,230); }
div.DivClassName
{
background-color: #CE37E6;
}
.BgClassName
{
background-color: #CE37E6;
}
</style>
border-color css
<style>
span { border-color: #CE37E6; }
span { border-color: rgb(206,55,230); }
td.TdClassName
{
border-color: #CE37E6;
}
.TagClassName
{
border-color: #CE37E6;
}
</style>