Shades of Medium Orchid #CE37DD
Tints of Medium Orchid #CE37DD
RGB
CMYK
RGB Variations
Color information
#CE37DD (or 0xCE37DD) is known color: Medium Orchid. HEX triplet: CE, 37 and DD. RGB value is (206,55,221). Sum of RGB (Red+Green+Blue) = 206+55+221=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE37DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37DD is #31C822. Grayscale: #767676. Windows color (decimal): -3262499 or 14497742. OLE color: 14497742.
HSL color Cylindrical-coordinate representation of color #CE37DD: hue angle of 294.58º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE37DD is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 55 | 221 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.13 |
| HSL | 294.58º | 0.71% | 0.54% | - |
| HSV(B) | 294.58º | 0.75% | 0.87% | - |
| XYZ | 39.87 | 21.07 | 70.37 | - |
| YUV | 119.07 | 185.53 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 221 | 0.07 | 0.75 | 0 | 0.13 | 294.58 | 0.71 | 0.54 |
| Hex | CE | 37 | DD | 7 | 4B | 0 | D | 127 | 47 | 36 |
| Octal | 316 | 67 | 335 | 7 | 113 | 0 | 15 | 447 | 107 | 66 |
| Binary | 11001110 | 110111 | 11011101 | 111 | 1001011 | 0 | 1101 | 100100111 | 1000111 | 110110 |
Color Harmonies of #CE37DD
Complementary color
Monochromatic Colors of #CE37DD
Black with #CE37DD
Text Example
Text Example
White with #CE37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37DD; }
p { color: rgb(206,55,221); }
H1.HeaderClassName
{
color: #CE37DD;
}
.AnyTagClassName
{
color: #CE37DD;
}
</style>
background-color css
<style>
a { background-color: #CE37DD; }
a { background-color: rgb(206,55,221); }
div.DivClassName
{
background-color: #CE37DD;
}
.BgClassName
{
background-color: #CE37DD;
}
</style>
border-color css
<style>
span { border-color: #CE37DD; }
span { border-color: rgb(206,55,221); }
td.TdClassName
{
border-color: #CE37DD;
}
.TagClassName
{
border-color: #CE37DD;
}
</style>