Shades of Medium Orchid #CE31EA
Tints of Medium Orchid #CE31EA
RGB
CMYK
RGB Variations
Color information
#CE31EA (or 0xCE31EA) is known color: Medium Orchid. HEX triplet: CE, 31 and EA. RGB value is (206,49,234). Sum of RGB (Red+Green+Blue) = 206+49+234=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE31EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE31EA is #31CE15. Grayscale: #747474. Windows color (decimal): -3264022 or 15348174. OLE color: 15348174.
HSL color Cylindrical-coordinate representation of color #CE31EA: hue angle of 290.92º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE31EA is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 49 | 234 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.08 |
| HSL | 290.92º | 0.81% | 0.55% | - |
| HSV(B) | 290.92º | 0.79% | 0.92% | - |
| XYZ | 41.4 | 21.26 | 79.76 | - |
| YUV | 117.03 | 194.01 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 234 | 0.12 | 0.79 | 0 | 0.08 | 290.92 | 0.81 | 0.55 |
| Hex | CE | 31 | EA | C | 4F | 0 | 8 | 123 | 51 | 37 |
| Octal | 316 | 61 | 352 | 14 | 117 | 0 | 10 | 443 | 121 | 67 |
| Binary | 11001110 | 110001 | 11101010 | 1100 | 1001111 | 0 | 1000 | 100100011 | 1010001 | 110111 |
Color Harmonies of #CE31EA
Complementary color
Monochromatic Colors of #CE31EA
Black with #CE31EA
Text Example
Text Example
White with #CE31EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31EA; }
p { color: rgb(206,49,234); }
H1.HeaderClassName
{
color: #CE31EA;
}
.AnyTagClassName
{
color: #CE31EA;
}
</style>
background-color css
<style>
a { background-color: #CE31EA; }
a { background-color: rgb(206,49,234); }
div.DivClassName
{
background-color: #CE31EA;
}
.BgClassName
{
background-color: #CE31EA;
}
</style>
border-color css
<style>
span { border-color: #CE31EA; }
span { border-color: rgb(206,49,234); }
td.TdClassName
{
border-color: #CE31EA;
}
.TagClassName
{
border-color: #CE31EA;
}
</style>