Shades of Medium Orchid #CE52EE
Tints of Medium Orchid #CE52EE
RGB
CMYK
RGB Variations
Color information
#CE52EE (or 0xCE52EE) is known color: Medium Orchid. HEX triplet: CE, 52 and EE. RGB value is (206,82,238). Sum of RGB (Red+Green+Blue) = 206+82+238=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE52EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52EE is #31AD11. Grayscale: #888888. Windows color (decimal): -3255570 or 15618766. OLE color: 15618766.
HSL color Cylindrical-coordinate representation of color #CE52EE: hue angle of 287.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE52EE is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 82 | 238 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.07 |
| HSL | 287.69º | 0.82% | 0.63% | - |
| HSV(B) | 287.69º | 0.66% | 0.93% | - |
| XYZ | 43.9 | 25.33 | 83.46 | - |
| YUV | 136.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 238 | 0.13 | 0.66 | 0 | 0.07 | 287.69 | 0.82 | 0.63 |
| Hex | CE | 52 | EE | D | 42 | 0 | 7 | 120 | 52 | 3F |
| Octal | 316 | 122 | 356 | 15 | 102 | 0 | 7 | 440 | 122 | 77 |
| Binary | 11001110 | 1010010 | 11101110 | 1101 | 1000010 | 0 | 111 | 100100000 | 1010010 | 111111 |
Color Harmonies of #CE52EE
Complementary color
Monochromatic Colors of #CE52EE
Black with #CE52EE
Text Example
Text Example
White with #CE52EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52EE; }
p { color: rgb(206,82,238); }
H1.HeaderClassName
{
color: #CE52EE;
}
.AnyTagClassName
{
color: #CE52EE;
}
</style>
background-color css
<style>
a { background-color: #CE52EE; }
a { background-color: rgb(206,82,238); }
div.DivClassName
{
background-color: #CE52EE;
}
.BgClassName
{
background-color: #CE52EE;
}
</style>
border-color css
<style>
span { border-color: #CE52EE; }
span { border-color: rgb(206,82,238); }
td.TdClassName
{
border-color: #CE52EE;
}
.TagClassName
{
border-color: #CE52EE;
}
</style>