Shades of Medium Orchid #CE53E0
Tints of Medium Orchid #CE53E0
RGB
CMYK
RGB Variations
Color information
#CE53E0 (or 0xCE53E0) is known color: Medium Orchid. HEX triplet: CE, 53 and E0. RGB value is (206,83,224). Sum of RGB (Red+Green+Blue) = 206+83+224=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE53E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53E0 is #31AC1F. Grayscale: #878787. Windows color (decimal): -3255328 or 14701518. OLE color: 14701518.
HSL color Cylindrical-coordinate representation of color #CE53E0: hue angle of 292.34º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE53E0 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 83 | 224 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.12 |
| HSL | 292.34º | 0.69% | 0.6% | - |
| HSV(B) | 292.34º | 0.63% | 0.88% | - |
| XYZ | 42 | 24.69 | 73.07 | - |
| YUV | 135.85 | 177.75 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 224 | 0.08 | 0.63 | 0 | 0.12 | 292.34 | 0.69 | 0.6 |
| Hex | CE | 53 | E0 | 8 | 3F | 0 | C | 124 | 45 | 3C |
| Octal | 316 | 123 | 340 | 10 | 77 | 0 | 14 | 444 | 105 | 74 |
| Binary | 11001110 | 1010011 | 11100000 | 1000 | 111111 | 0 | 1100 | 100100100 | 1000101 | 111100 |
Color Harmonies of #CE53E0
Complementary color
Monochromatic Colors of #CE53E0
Black with #CE53E0
Text Example
Text Example
White with #CE53E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53E0; }
p { color: rgb(206,83,224); }
H1.HeaderClassName
{
color: #CE53E0;
}
.AnyTagClassName
{
color: #CE53E0;
}
</style>
background-color css
<style>
a { background-color: #CE53E0; }
a { background-color: rgb(206,83,224); }
div.DivClassName
{
background-color: #CE53E0;
}
.BgClassName
{
background-color: #CE53E0;
}
</style>
border-color css
<style>
span { border-color: #CE53E0; }
span { border-color: rgb(206,83,224); }
td.TdClassName
{
border-color: #CE53E0;
}
.TagClassName
{
border-color: #CE53E0;
}
</style>