Shades of Medium Orchid #CE31F3
Tints of Medium Orchid #CE31F3
RGB
CMYK
RGB Variations
Color information
#CE31F3 (or 0xCE31F3) is known color: Medium Orchid. HEX triplet: CE, 31 and F3. RGB value is (206,49,243). Sum of RGB (Red+Green+Blue) = 206+49+243=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE31F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE31F3 is #31CE0C. Grayscale: #757575. Windows color (decimal): -3264013 or 15937998. OLE color: 15937998.
HSL color Cylindrical-coordinate representation of color #CE31F3: hue angle of 288.56º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE31F3 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 49 | 243 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.05 |
| HSL | 288.56º | 0.89% | 0.57% | - |
| HSV(B) | 288.56º | 0.8% | 0.95% | - |
| XYZ | 42.73 | 21.79 | 86.75 | - |
| YUV | 118.06 | 198.51 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 243 | 0.15 | 0.80 | 0 | 0.05 | 288.56 | 0.89 | 0.57 |
| Hex | CE | 31 | F3 | F | 50 | 0 | 5 | 121 | 59 | 39 |
| Octal | 316 | 61 | 363 | 17 | 120 | 0 | 5 | 441 | 131 | 71 |
| Binary | 11001110 | 110001 | 11110011 | 1111 | 1010000 | 0 | 101 | 100100001 | 1011001 | 111001 |
Color Harmonies of #CE31F3
Complementary color
Monochromatic Colors of #CE31F3
Black with #CE31F3
Text Example
Text Example
White with #CE31F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31F3; }
p { color: rgb(206,49,243); }
H1.HeaderClassName
{
color: #CE31F3;
}
.AnyTagClassName
{
color: #CE31F3;
}
</style>
background-color css
<style>
a { background-color: #CE31F3; }
a { background-color: rgb(206,49,243); }
div.DivClassName
{
background-color: #CE31F3;
}
.BgClassName
{
background-color: #CE31F3;
}
</style>
border-color css
<style>
span { border-color: #CE31F3; }
span { border-color: rgb(206,49,243); }
td.TdClassName
{
border-color: #CE31F3;
}
.TagClassName
{
border-color: #CE31F3;
}
</style>