Shades of Medium Orchid #CE37DF
Tints of Medium Orchid #CE37DF
RGB
CMYK
RGB Variations
Color information
#CE37DF (or 0xCE37DF) is known color: Medium Orchid. HEX triplet: CE, 37 and DF. RGB value is (206,55,223). Sum of RGB (Red+Green+Blue) = 206+55+223=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE37DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37DF is #31C820. Grayscale: #767676. Windows color (decimal): -3262497 or 14628814. OLE color: 14628814.
HSL color Cylindrical-coordinate representation of color #CE37DF: hue angle of 293.93º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE37DF is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 55 | 223 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.13 |
| HSL | 293.93º | 0.72% | 0.55% | - |
| HSV(B) | 293.93º | 0.75% | 0.87% | - |
| XYZ | 40.14 | 21.18 | 71.78 | - |
| YUV | 119.3 | 186.53 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 223 | 0.08 | 0.75 | 0 | 0.13 | 293.93 | 0.72 | 0.55 |
| Hex | CE | 37 | DF | 8 | 4B | 0 | D | 126 | 48 | 37 |
| Octal | 316 | 67 | 337 | 10 | 113 | 0 | 15 | 446 | 110 | 67 |
| Binary | 11001110 | 110111 | 11011111 | 1000 | 1001011 | 0 | 1101 | 100100110 | 1001000 | 110111 |
Color Harmonies of #CE37DF
Complementary color
Monochromatic Colors of #CE37DF
Black with #CE37DF
Text Example
Text Example
White with #CE37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37DF; }
p { color: rgb(206,55,223); }
H1.HeaderClassName
{
color: #CE37DF;
}
.AnyTagClassName
{
color: #CE37DF;
}
</style>
background-color css
<style>
a { background-color: #CE37DF; }
a { background-color: rgb(206,55,223); }
div.DivClassName
{
background-color: #CE37DF;
}
.BgClassName
{
background-color: #CE37DF;
}
</style>
border-color css
<style>
span { border-color: #CE37DF; }
span { border-color: rgb(206,55,223); }
td.TdClassName
{
border-color: #CE37DF;
}
.TagClassName
{
border-color: #CE37DF;
}
</style>