Shades of Medium Orchid #CE30EF
Tints of Medium Orchid #CE30EF
RGB
CMYK
RGB Variations
Color information
#CE30EF (or 0xCE30EF) is known color: Medium Orchid. HEX triplet: CE, 30 and EF. RGB value is (206,48,239). Sum of RGB (Red+Green+Blue) = 206+48+239=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30EF is #31CF10. Grayscale: #747474. Windows color (decimal): -3264273 or 15675598. OLE color: 15675598.
HSL color Cylindrical-coordinate representation of color #CE30EF: hue angle of 289.63º 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 #CE30EF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 48 | 239 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.06 |
| HSL | 289.63º | 0.86% | 0.56% | - |
| HSV(B) | 289.63º | 0.8% | 0.94% | - |
| XYZ | 42.09 | 21.47 | 83.59 | - |
| YUV | 117.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 239 | 0.14 | 0.80 | 0 | 0.06 | 289.63 | 0.86 | 0.56 |
| Hex | CE | 30 | EF | E | 50 | 0 | 6 | 122 | 56 | 38 |
| Octal | 316 | 60 | 357 | 16 | 120 | 0 | 6 | 442 | 126 | 70 |
| Binary | 11001110 | 110000 | 11101111 | 1110 | 1010000 | 0 | 110 | 100100010 | 1010110 | 111000 |
Color Harmonies of #CE30EF
Complementary color
Monochromatic Colors of #CE30EF
Black with #CE30EF
Text Example
Text Example
White with #CE30EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE30EF; }
p { color: rgb(206,48,239); }
H1.HeaderClassName
{
color: #CE30EF;
}
.AnyTagClassName
{
color: #CE30EF;
}
</style>
background-color css
<style>
a { background-color: #CE30EF; }
a { background-color: rgb(206,48,239); }
div.DivClassName
{
background-color: #CE30EF;
}
.BgClassName
{
background-color: #CE30EF;
}
</style>
border-color css
<style>
span { border-color: #CE30EF; }
span { border-color: rgb(206,48,239); }
td.TdClassName
{
border-color: #CE30EF;
}
.TagClassName
{
border-color: #CE30EF;
}
</style>