Shades of Medium Orchid #CE53EA
Tints of Medium Orchid #CE53EA
RGB
CMYK
RGB Variations
Color information
#CE53EA (or 0xCE53EA) is known color: Medium Orchid. HEX triplet: CE, 53 and EA. RGB value is (206,83,234). Sum of RGB (Red+Green+Blue) = 206+83+234=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE53EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53EA is #31AC15. Grayscale: #888888. Windows color (decimal): -3255318 or 15356878. OLE color: 15356878.
HSL color Cylindrical-coordinate representation of color #CE53EA: hue angle of 288.87º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE53EA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 83 | 234 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.08 |
| HSL | 288.87º | 0.78% | 0.62% | - |
| HSV(B) | 288.87º | 0.65% | 0.92% | - |
| XYZ | 43.4 | 25.25 | 80.43 | - |
| YUV | 136.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 234 | 0.12 | 0.65 | 0 | 0.08 | 288.87 | 0.78 | 0.62 |
| Hex | CE | 53 | EA | C | 41 | 0 | 8 | 121 | 4E | 3E |
| Octal | 316 | 123 | 352 | 14 | 101 | 0 | 10 | 441 | 116 | 76 |
| Binary | 11001110 | 1010011 | 11101010 | 1100 | 1000001 | 0 | 1000 | 100100001 | 1001110 | 111110 |
Color Harmonies of #CE53EA
Complementary color
Monochromatic Colors of #CE53EA
Black with #CE53EA
Text Example
Text Example
White with #CE53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53EA; }
p { color: rgb(206,83,234); }
H1.HeaderClassName
{
color: #CE53EA;
}
.AnyTagClassName
{
color: #CE53EA;
}
</style>
background-color css
<style>
a { background-color: #CE53EA; }
a { background-color: rgb(206,83,234); }
div.DivClassName
{
background-color: #CE53EA;
}
.BgClassName
{
background-color: #CE53EA;
}
</style>
border-color css
<style>
span { border-color: #CE53EA; }
span { border-color: rgb(206,83,234); }
td.TdClassName
{
border-color: #CE53EA;
}
.TagClassName
{
border-color: #CE53EA;
}
</style>