Shades of Medium Orchid #CE39E7
Tints of Medium Orchid #CE39E7
RGB
CMYK
RGB Variations
Color information
#CE39E7 (or 0xCE39E7) is known color: Medium Orchid. HEX triplet: CE, 39 and E7. RGB value is (206,57,231). Sum of RGB (Red+Green+Blue) = 206+57+231=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 57 (22.66% from 255 or 11.54% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE39E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE39E7 is #31C618. Grayscale: #787878. Windows color (decimal): -3261977 or 15153614. OLE color: 15153614.
HSL color Cylindrical-coordinate representation of color #CE39E7: hue angle of 291.38º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE39E7 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 57 | 231 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.09 |
| HSL | 291.38º | 0.78% | 0.56% | - |
| HSV(B) | 291.38º | 0.75% | 0.91% | - |
| XYZ | 41.34 | 21.82 | 77.63 | - |
| YUV | 121.39 | 189.86 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 231 | 0.11 | 0.75 | 0 | 0.09 | 291.38 | 0.78 | 0.56 |
| Hex | CE | 39 | E7 | B | 4B | 0 | 9 | 123 | 4E | 38 |
| Octal | 316 | 71 | 347 | 13 | 113 | 0 | 11 | 443 | 116 | 70 |
| Binary | 11001110 | 111001 | 11100111 | 1011 | 1001011 | 0 | 1001 | 100100011 | 1001110 | 111000 |
Color Harmonies of #CE39E7
Complementary color
Monochromatic Colors of #CE39E7
Black with #CE39E7
Text Example
Text Example
White with #CE39E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39E7; }
p { color: rgb(206,57,231); }
H1.HeaderClassName
{
color: #CE39E7;
}
.AnyTagClassName
{
color: #CE39E7;
}
</style>
background-color css
<style>
a { background-color: #CE39E7; }
a { background-color: rgb(206,57,231); }
div.DivClassName
{
background-color: #CE39E7;
}
.BgClassName
{
background-color: #CE39E7;
}
</style>
border-color css
<style>
span { border-color: #CE39E7; }
span { border-color: rgb(206,57,231); }
td.TdClassName
{
border-color: #CE39E7;
}
.TagClassName
{
border-color: #CE39E7;
}
</style>