Shades of Medium Orchid #CE48EE
Tints of Medium Orchid #CE48EE
RGB
CMYK
RGB Variations
Color information
#CE48EE (or 0xCE48EE) is known color: Medium Orchid. HEX triplet: CE, 48 and EE. RGB value is (206,72,238). Sum of RGB (Red+Green+Blue) = 206+72+238=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 72 (28.52% from 255 or 13.95% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE48EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE48EE is #31B711. Grayscale: #828282. Windows color (decimal): -3258130 or 15616206. OLE color: 15616206.
HSL color Cylindrical-coordinate representation of color #CE48EE: hue angle of 288.43º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE48EE is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 72 | 238 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.07 |
| HSL | 288.43º | 0.83% | 0.61% | - |
| HSV(B) | 288.43º | 0.7% | 0.93% | - |
| XYZ | 43.2 | 23.93 | 83.23 | - |
| YUV | 130.99 | 188.39 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 238 | 0.13 | 0.70 | 0 | 0.07 | 288.43 | 0.83 | 0.61 |
| Hex | CE | 48 | EE | D | 46 | 0 | 7 | 120 | 53 | 3D |
| Octal | 316 | 110 | 356 | 15 | 106 | 0 | 7 | 440 | 123 | 75 |
| Binary | 11001110 | 1001000 | 11101110 | 1101 | 1000110 | 0 | 111 | 100100000 | 1010011 | 111101 |
Color Harmonies of #CE48EE
Complementary color
Monochromatic Colors of #CE48EE
Black with #CE48EE
Text Example
Text Example
White with #CE48EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48EE; }
p { color: rgb(206,72,238); }
H1.HeaderClassName
{
color: #CE48EE;
}
.AnyTagClassName
{
color: #CE48EE;
}
</style>
background-color css
<style>
a { background-color: #CE48EE; }
a { background-color: rgb(206,72,238); }
div.DivClassName
{
background-color: #CE48EE;
}
.BgClassName
{
background-color: #CE48EE;
}
</style>
border-color css
<style>
span { border-color: #CE48EE; }
span { border-color: rgb(206,72,238); }
td.TdClassName
{
border-color: #CE48EE;
}
.TagClassName
{
border-color: #CE48EE;
}
</style>