Shades of Medium Orchid #CE52E9
Tints of Medium Orchid #CE52E9
RGB
CMYK
RGB Variations
Color information
#CE52E9 (or 0xCE52E9) is known color: Medium Orchid. HEX triplet: CE, 52 and E9. RGB value is (206,82,233). Sum of RGB (Red+Green+Blue) = 206+82+233=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE52E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52E9 is #31AD16. Grayscale: #878787. Windows color (decimal): -3255575 or 15291086. OLE color: 15291086.
HSL color Cylindrical-coordinate representation of color #CE52E9: hue angle of 289.27º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE52E9 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 82 | 233 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.09 |
| HSL | 289.27º | 0.77% | 0.62% | - |
| HSV(B) | 289.27º | 0.65% | 0.91% | - |
| XYZ | 43.18 | 25.04 | 79.65 | - |
| YUV | 136.29 | 182.58 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 233 | 0.12 | 0.65 | 0 | 0.09 | 289.27 | 0.77 | 0.62 |
| Hex | CE | 52 | E9 | C | 41 | 0 | 9 | 121 | 4D | 3E |
| Octal | 316 | 122 | 351 | 14 | 101 | 0 | 11 | 441 | 115 | 76 |
| Binary | 11001110 | 1010010 | 11101001 | 1100 | 1000001 | 0 | 1001 | 100100001 | 1001101 | 111110 |
Color Harmonies of #CE52E9
Complementary color
Monochromatic Colors of #CE52E9
Black with #CE52E9
Text Example
Text Example
White with #CE52E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52E9; }
p { color: rgb(206,82,233); }
H1.HeaderClassName
{
color: #CE52E9;
}
.AnyTagClassName
{
color: #CE52E9;
}
</style>
background-color css
<style>
a { background-color: #CE52E9; }
a { background-color: rgb(206,82,233); }
div.DivClassName
{
background-color: #CE52E9;
}
.BgClassName
{
background-color: #CE52E9;
}
</style>
border-color css
<style>
span { border-color: #CE52E9; }
span { border-color: rgb(206,82,233); }
td.TdClassName
{
border-color: #CE52E9;
}
.TagClassName
{
border-color: #CE52E9;
}
</style>