Shades of Medium Orchid #CE31F0
Tints of Medium Orchid #CE31F0
RGB
CMYK
RGB Variations
Color information
#CE31F0 (or 0xCE31F0) is known color: Medium Orchid. HEX triplet: CE, 31 and F0. RGB value is (206,49,240). Sum of RGB (Red+Green+Blue) = 206+49+240=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE31F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE31F0 is #31CE0F. Grayscale: #757575. Windows color (decimal): -3264016 or 15741390. OLE color: 15741390.
HSL color Cylindrical-coordinate representation of color #CE31F0: hue angle of 289.32º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE31F0 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 49 | 240 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.06 |
| HSL | 289.32º | 0.86% | 0.57% | - |
| HSV(B) | 289.32º | 0.8% | 0.94% | - |
| XYZ | 42.28 | 21.61 | 84.38 | - |
| YUV | 117.72 | 197.01 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 240 | 0.14 | 0.80 | 0 | 0.06 | 289.32 | 0.86 | 0.57 |
| Hex | CE | 31 | F0 | E | 50 | 0 | 6 | 121 | 56 | 39 |
| Octal | 316 | 61 | 360 | 16 | 120 | 0 | 6 | 441 | 126 | 71 |
| Binary | 11001110 | 110001 | 11110000 | 1110 | 1010000 | 0 | 110 | 100100001 | 1010110 | 111001 |
Color Harmonies of #CE31F0
Complementary color
Monochromatic Colors of #CE31F0
Black with #CE31F0
Text Example
Text Example
White with #CE31F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31F0; }
p { color: rgb(206,49,240); }
H1.HeaderClassName
{
color: #CE31F0;
}
.AnyTagClassName
{
color: #CE31F0;
}
</style>
background-color css
<style>
a { background-color: #CE31F0; }
a { background-color: rgb(206,49,240); }
div.DivClassName
{
background-color: #CE31F0;
}
.BgClassName
{
background-color: #CE31F0;
}
</style>
border-color css
<style>
span { border-color: #CE31F0; }
span { border-color: rgb(206,49,240); }
td.TdClassName
{
border-color: #CE31F0;
}
.TagClassName
{
border-color: #CE31F0;
}
</style>