Shades of Medium Orchid #CE37DC
Tints of Medium Orchid #CE37DC
RGB
CMYK
RGB Variations
Color information
#CE37DC (or 0xCE37DC) is known color: Medium Orchid. HEX triplet: CE, 37 and DC. RGB value is (206,55,220). Sum of RGB (Red+Green+Blue) = 206+55+220=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE37DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37DC is #31C823. Grayscale: #767676. Windows color (decimal): -3262500 or 14432206. OLE color: 14432206.
HSL color Cylindrical-coordinate representation of color #CE37DC: hue angle of 294.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE37DC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 55 | 220 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.14 |
| HSL | 294.91º | 0.7% | 0.54% | - |
| HSV(B) | 294.91º | 0.75% | 0.86% | - |
| XYZ | 39.74 | 21.02 | 69.67 | - |
| YUV | 118.96 | 185.03 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 220 | 0.06 | 0.75 | 0 | 0.14 | 294.91 | 0.7 | 0.54 |
| Hex | CE | 37 | DC | 6 | 4B | 0 | E | 127 | 46 | 36 |
| Octal | 316 | 67 | 334 | 6 | 113 | 0 | 16 | 447 | 106 | 66 |
| Binary | 11001110 | 110111 | 11011100 | 110 | 1001011 | 0 | 1110 | 100100111 | 1000110 | 110110 |
Color Harmonies of #CE37DC
Complementary color
Monochromatic Colors of #CE37DC
Black with #CE37DC
Text Example
Text Example
White with #CE37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37DC; }
p { color: rgb(206,55,220); }
H1.HeaderClassName
{
color: #CE37DC;
}
.AnyTagClassName
{
color: #CE37DC;
}
</style>
background-color css
<style>
a { background-color: #CE37DC; }
a { background-color: rgb(206,55,220); }
div.DivClassName
{
background-color: #CE37DC;
}
.BgClassName
{
background-color: #CE37DC;
}
</style>
border-color css
<style>
span { border-color: #CE37DC; }
span { border-color: rgb(206,55,220); }
td.TdClassName
{
border-color: #CE37DC;
}
.TagClassName
{
border-color: #CE37DC;
}
</style>