Shades of Medium Orchid #CE36DF
Tints of Medium Orchid #CE36DF
RGB
CMYK
RGB Variations
Color information
#CE36DF (or 0xCE36DF) is known color: Medium Orchid. HEX triplet: CE, 36 and DF. RGB value is (206,54,223). Sum of RGB (Red+Green+Blue) = 206+54+223=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE36DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE36DF is #31C920. Grayscale: #767676. Windows color (decimal): -3262753 or 14628558. OLE color: 14628558.
HSL color Cylindrical-coordinate representation of color #CE36DF: hue angle of 293.96º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE36DF is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 54 | 223 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.13 |
| HSL | 293.96º | 0.73% | 0.54% | - |
| HSV(B) | 293.96º | 0.76% | 0.87% | - |
| XYZ | 40.09 | 21.09 | 71.77 | - |
| YUV | 118.71 | 186.86 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 223 | 0.08 | 0.76 | 0 | 0.13 | 293.96 | 0.73 | 0.54 |
| Hex | CE | 36 | DF | 8 | 4C | 0 | D | 126 | 49 | 36 |
| Octal | 316 | 66 | 337 | 10 | 114 | 0 | 15 | 446 | 111 | 66 |
| Binary | 11001110 | 110110 | 11011111 | 1000 | 1001100 | 0 | 1101 | 100100110 | 1001001 | 110110 |
Color Harmonies of #CE36DF
Complementary color
Monochromatic Colors of #CE36DF
Black with #CE36DF
Text Example
Text Example
White with #CE36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36DF; }
p { color: rgb(206,54,223); }
H1.HeaderClassName
{
color: #CE36DF;
}
.AnyTagClassName
{
color: #CE36DF;
}
</style>
background-color css
<style>
a { background-color: #CE36DF; }
a { background-color: rgb(206,54,223); }
div.DivClassName
{
background-color: #CE36DF;
}
.BgClassName
{
background-color: #CE36DF;
}
</style>
border-color css
<style>
span { border-color: #CE36DF; }
span { border-color: rgb(206,54,223); }
td.TdClassName
{
border-color: #CE36DF;
}
.TagClassName
{
border-color: #CE36DF;
}
</style>