Shades of Medium Orchid #CE39D6
Tints of Medium Orchid #CE39D6
RGB
CMYK
RGB Variations
Color information
#CE39D6 (or 0xCE39D6) is known color: Medium Orchid. HEX triplet: CE, 39 and D6. RGB value is (206,57,214). Sum of RGB (Red+Green+Blue) = 206+57+214=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE39D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39D6 is #31C629. Grayscale: #767676. Windows color (decimal): -3261994 or 14039502. OLE color: 14039502.
HSL color Cylindrical-coordinate representation of color #CE39D6: hue angle of 296.94º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE39D6 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 57 | 214 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.16 |
| HSL | 296.94º | 0.66% | 0.53% | - |
| HSV(B) | 296.94º | 0.73% | 0.84% | - |
| XYZ | 39.05 | 20.9 | 65.59 | - |
| YUV | 119.45 | 181.36 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 214 | 0.04 | 0.73 | 0 | 0.16 | 296.94 | 0.66 | 0.53 |
| Hex | CE | 39 | D6 | 4 | 49 | 0 | 10 | 129 | 42 | 35 |
| Octal | 316 | 71 | 326 | 4 | 111 | 0 | 20 | 451 | 102 | 65 |
| Binary | 11001110 | 111001 | 11010110 | 100 | 1001001 | 0 | 10000 | 100101001 | 1000010 | 110101 |
Color Harmonies of #CE39D6
Complementary color
Monochromatic Colors of #CE39D6
Black with #CE39D6
Text Example
Text Example
White with #CE39D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39D6; }
p { color: rgb(206,57,214); }
H1.HeaderClassName
{
color: #CE39D6;
}
.AnyTagClassName
{
color: #CE39D6;
}
</style>
background-color css
<style>
a { background-color: #CE39D6; }
a { background-color: rgb(206,57,214); }
div.DivClassName
{
background-color: #CE39D6;
}
.BgClassName
{
background-color: #CE39D6;
}
</style>
border-color css
<style>
span { border-color: #CE39D6; }
span { border-color: rgb(206,57,214); }
td.TdClassName
{
border-color: #CE39D6;
}
.TagClassName
{
border-color: #CE39D6;
}
</style>