Shades of Medium Orchid #CE2FEF
Tints of Medium Orchid #CE2FEF
RGB
CMYK
RGB Variations
Color information
#CE2FEF (or 0xCE2FEF) is known color: Medium Orchid. HEX triplet: CE, 2F and EF. RGB value is (206,47,239). Sum of RGB (Red+Green+Blue) = 206+47+239=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 47 (18.75% from 255 or 9.55% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE2FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2FEF is #31D010. Grayscale: #737373. Windows color (decimal): -3264529 or 15675342. OLE color: 15675342.
HSL color Cylindrical-coordinate representation of color #CE2FEF: hue angle of 289.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2FEF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 47 | 239 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.06 |
| HSL | 289.69º | 0.86% | 0.56% | - |
| HSV(B) | 289.69º | 0.8% | 0.94% | - |
| XYZ | 42.05 | 21.39 | 83.57 | - |
| YUV | 116.43 | 197.18 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 239 | 0.14 | 0.80 | 0 | 0.06 | 289.69 | 0.86 | 0.56 |
| Hex | CE | 2F | EF | E | 50 | 0 | 6 | 122 | 56 | 38 |
| Octal | 316 | 57 | 357 | 16 | 120 | 0 | 6 | 442 | 126 | 70 |
| Binary | 11001110 | 101111 | 11101111 | 1110 | 1010000 | 0 | 110 | 100100010 | 1010110 | 111000 |
Color Harmonies of #CE2FEF
Complementary color
Monochromatic Colors of #CE2FEF
Black with #CE2FEF
Text Example
Text Example
White with #CE2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FEF; }
p { color: rgb(206,47,239); }
H1.HeaderClassName
{
color: #CE2FEF;
}
.AnyTagClassName
{
color: #CE2FEF;
}
</style>
background-color css
<style>
a { background-color: #CE2FEF; }
a { background-color: rgb(206,47,239); }
div.DivClassName
{
background-color: #CE2FEF;
}
.BgClassName
{
background-color: #CE2FEF;
}
</style>
border-color css
<style>
span { border-color: #CE2FEF; }
span { border-color: rgb(206,47,239); }
td.TdClassName
{
border-color: #CE2FEF;
}
.TagClassName
{
border-color: #CE2FEF;
}
</style>