Shades of Medium Orchid #CE53D5
Tints of Medium Orchid #CE53D5
RGB
CMYK
RGB Variations
Color information
#CE53D5 (or 0xCE53D5) is known color: Medium Orchid. HEX triplet: CE, 53 and D5. RGB value is (206,83,213). Sum of RGB (Red+Green+Blue) = 206+83+213=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE53D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53D5 is #31AC2A. Grayscale: #868686. Windows color (decimal): -3255339 or 13980622. OLE color: 13980622.
HSL color Cylindrical-coordinate representation of color #CE53D5: hue angle of 296.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE53D5 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 83 | 213 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.16 |
| HSL | 296.77º | 0.61% | 0.58% | - |
| HSV(B) | 296.77º | 0.61% | 0.84% | - |
| XYZ | 40.56 | 24.11 | 65.47 | - |
| YUV | 134.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 213 | 0.03 | 0.61 | 0 | 0.16 | 296.77 | 0.61 | 0.58 |
| Hex | CE | 53 | D5 | 3 | 3D | 0 | 10 | 129 | 3D | 3A |
| Octal | 316 | 123 | 325 | 3 | 75 | 0 | 20 | 451 | 75 | 72 |
| Binary | 11001110 | 1010011 | 11010101 | 11 | 111101 | 0 | 10000 | 100101001 | 111101 | 111010 |
Color Harmonies of #CE53D5
Complementary color
Monochromatic Colors of #CE53D5
Black with #CE53D5
Text Example
Text Example
White with #CE53D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53D5; }
p { color: rgb(206,83,213); }
H1.HeaderClassName
{
color: #CE53D5;
}
.AnyTagClassName
{
color: #CE53D5;
}
</style>
background-color css
<style>
a { background-color: #CE53D5; }
a { background-color: rgb(206,83,213); }
div.DivClassName
{
background-color: #CE53D5;
}
.BgClassName
{
background-color: #CE53D5;
}
</style>
border-color css
<style>
span { border-color: #CE53D5; }
span { border-color: rgb(206,83,213); }
td.TdClassName
{
border-color: #CE53D5;
}
.TagClassName
{
border-color: #CE53D5;
}
</style>