Shades of Medium Orchid #CE37E8
Tints of Medium Orchid #CE37E8
RGB
CMYK
RGB Variations
Color information
#CE37E8 (or 0xCE37E8) is known color: Medium Orchid. HEX triplet: CE, 37 and E8. RGB value is (206,55,232). Sum of RGB (Red+Green+Blue) = 206+55+232=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE37E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37E8 is #31C817. Grayscale: #777777. Windows color (decimal): -3262488 or 15218638. OLE color: 15218638.
HSL color Cylindrical-coordinate representation of color #CE37E8: hue angle of 291.19º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE37E8 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 55 | 232 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.09 |
| HSL | 291.19º | 0.79% | 0.56% | - |
| HSV(B) | 291.19º | 0.76% | 0.91% | - |
| XYZ | 41.39 | 21.68 | 78.35 | - |
| YUV | 120.33 | 191.03 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 232 | 0.11 | 0.76 | 0 | 0.09 | 291.19 | 0.79 | 0.56 |
| Hex | CE | 37 | E8 | B | 4C | 0 | 9 | 123 | 4F | 38 |
| Octal | 316 | 67 | 350 | 13 | 114 | 0 | 11 | 443 | 117 | 70 |
| Binary | 11001110 | 110111 | 11101000 | 1011 | 1001100 | 0 | 1001 | 100100011 | 1001111 | 111000 |
Color Harmonies of #CE37E8
Complementary color
Monochromatic Colors of #CE37E8
Black with #CE37E8
Text Example
Text Example
White with #CE37E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37E8; }
p { color: rgb(206,55,232); }
H1.HeaderClassName
{
color: #CE37E8;
}
.AnyTagClassName
{
color: #CE37E8;
}
</style>
background-color css
<style>
a { background-color: #CE37E8; }
a { background-color: rgb(206,55,232); }
div.DivClassName
{
background-color: #CE37E8;
}
.BgClassName
{
background-color: #CE37E8;
}
</style>
border-color css
<style>
span { border-color: #CE37E8; }
span { border-color: rgb(206,55,232); }
td.TdClassName
{
border-color: #CE37E8;
}
.TagClassName
{
border-color: #CE37E8;
}
</style>