Shades of Medium Orchid #CE30EE
Tints of Medium Orchid #CE30EE
RGB
CMYK
RGB Variations
Color information
#CE30EE (or 0xCE30EE) is known color: Medium Orchid. HEX triplet: CE, 30 and EE. RGB value is (206,48,238). Sum of RGB (Red+Green+Blue) = 206+48+238=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30EE is #31CF11. Grayscale: #747474. Windows color (decimal): -3264274 or 15610062. OLE color: 15610062.
HSL color Cylindrical-coordinate representation of color #CE30EE: hue angle of 289.89º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE30EE is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 48 | 238 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.07 |
| HSL | 289.89º | 0.85% | 0.56% | - |
| HSV(B) | 289.89º | 0.8% | 0.93% | - |
| XYZ | 41.94 | 21.41 | 82.81 | - |
| YUV | 116.9 | 196.35 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 238 | 0.13 | 0.80 | 0 | 0.07 | 289.89 | 0.85 | 0.56 |
| Hex | CE | 30 | EE | D | 50 | 0 | 7 | 122 | 55 | 38 |
| Octal | 316 | 60 | 356 | 15 | 120 | 0 | 7 | 442 | 125 | 70 |
| Binary | 11001110 | 110000 | 11101110 | 1101 | 1010000 | 0 | 111 | 100100010 | 1010101 | 111000 |
Color Harmonies of #CE30EE
Complementary color
Monochromatic Colors of #CE30EE
Black with #CE30EE
Text Example
Text Example
White with #CE30EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE30EE; }
p { color: rgb(206,48,238); }
H1.HeaderClassName
{
color: #CE30EE;
}
.AnyTagClassName
{
color: #CE30EE;
}
</style>
background-color css
<style>
a { background-color: #CE30EE; }
a { background-color: rgb(206,48,238); }
div.DivClassName
{
background-color: #CE30EE;
}
.BgClassName
{
background-color: #CE30EE;
}
</style>
border-color css
<style>
span { border-color: #CE30EE; }
span { border-color: rgb(206,48,238); }
td.TdClassName
{
border-color: #CE30EE;
}
.TagClassName
{
border-color: #CE30EE;
}
</style>