Shades of Medium Orchid #CE53E8
Tints of Medium Orchid #CE53E8
RGB
CMYK
RGB Variations
Color information
#CE53E8 (or 0xCE53E8) is known color: Medium Orchid. HEX triplet: CE, 53 and E8. RGB value is (206,83,232). Sum of RGB (Red+Green+Blue) = 206+83+232=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE53E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53E8 is #31AC17. Grayscale: #888888. Windows color (decimal): -3255320 or 15225806. OLE color: 15225806.
HSL color Cylindrical-coordinate representation of color #CE53E8: hue angle of 289.53º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE53E8 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 83 | 232 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.09 |
| HSL | 289.53º | 0.76% | 0.62% | - |
| HSV(B) | 289.53º | 0.64% | 0.91% | - |
| XYZ | 43.11 | 25.13 | 78.92 | - |
| YUV | 136.76 | 181.75 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 232 | 0.11 | 0.64 | 0 | 0.09 | 289.53 | 0.76 | 0.62 |
| Hex | CE | 53 | E8 | B | 40 | 0 | 9 | 122 | 4C | 3E |
| Octal | 316 | 123 | 350 | 13 | 100 | 0 | 11 | 442 | 114 | 76 |
| Binary | 11001110 | 1010011 | 11101000 | 1011 | 1000000 | 0 | 1001 | 100100010 | 1001100 | 111110 |
Color Harmonies of #CE53E8
Complementary color
Monochromatic Colors of #CE53E8
Black with #CE53E8
Text Example
Text Example
White with #CE53E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53E8; }
p { color: rgb(206,83,232); }
H1.HeaderClassName
{
color: #CE53E8;
}
.AnyTagClassName
{
color: #CE53E8;
}
</style>
background-color css
<style>
a { background-color: #CE53E8; }
a { background-color: rgb(206,83,232); }
div.DivClassName
{
background-color: #CE53E8;
}
.BgClassName
{
background-color: #CE53E8;
}
</style>
border-color css
<style>
span { border-color: #CE53E8; }
span { border-color: rgb(206,83,232); }
td.TdClassName
{
border-color: #CE53E8;
}
.TagClassName
{
border-color: #CE53E8;
}
</style>