Shades of Medium Orchid #CE39E6
Tints of Medium Orchid #CE39E6
RGB
CMYK
RGB Variations
Color information
#CE39E6 (or 0xCE39E6) is known color: Medium Orchid. HEX triplet: CE, 39 and E6. RGB value is (206,57,230). Sum of RGB (Red+Green+Blue) = 206+57+230=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE39E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE39E6 is #31C619. Grayscale: #787878. Windows color (decimal): -3261978 or 15088078. OLE color: 15088078.
HSL color Cylindrical-coordinate representation of color #CE39E6: hue angle of 291.68º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE39E6 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 57 | 230 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.10 |
| HSL | 291.68º | 0.78% | 0.56% | - |
| HSV(B) | 291.68º | 0.75% | 0.9% | - |
| XYZ | 41.2 | 21.76 | 76.89 | - |
| YUV | 121.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 230 | 0.10 | 0.75 | 0 | 0.10 | 291.68 | 0.78 | 0.56 |
| Hex | CE | 39 | E6 | A | 4B | 0 | A | 124 | 4E | 38 |
| Octal | 316 | 71 | 346 | 12 | 113 | 0 | 12 | 444 | 116 | 70 |
| Binary | 11001110 | 111001 | 11100110 | 1010 | 1001011 | 0 | 1010 | 100100100 | 1001110 | 111000 |
Color Harmonies of #CE39E6
Complementary color
Monochromatic Colors of #CE39E6
Black with #CE39E6
Text Example
Text Example
White with #CE39E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39E6; }
p { color: rgb(206,57,230); }
H1.HeaderClassName
{
color: #CE39E6;
}
.AnyTagClassName
{
color: #CE39E6;
}
</style>
background-color css
<style>
a { background-color: #CE39E6; }
a { background-color: rgb(206,57,230); }
div.DivClassName
{
background-color: #CE39E6;
}
.BgClassName
{
background-color: #CE39E6;
}
</style>
border-color css
<style>
span { border-color: #CE39E6; }
span { border-color: rgb(206,57,230); }
td.TdClassName
{
border-color: #CE39E6;
}
.TagClassName
{
border-color: #CE39E6;
}
</style>