Shades of Medium Orchid #CE53D7
Tints of Medium Orchid #CE53D7
RGB
CMYK
RGB Variations
Color information
#CE53D7 (or 0xCE53D7) is known color: Medium Orchid. HEX triplet: CE, 53 and D7. RGB value is (206,83,215). Sum of RGB (Red+Green+Blue) = 206+83+215=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE53D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53D7 is #31AC28. Grayscale: #868686. Windows color (decimal): -3255337 or 14111694. OLE color: 14111694.
HSL color Cylindrical-coordinate representation of color #CE53D7: hue angle of 295.91º degrees, saturation: 0.62, 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 #CE53D7 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 83 | 215 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.16 |
| HSL | 295.91º | 0.62% | 0.58% | - |
| HSV(B) | 295.91º | 0.61% | 0.84% | - |
| XYZ | 40.81 | 24.21 | 66.81 | - |
| YUV | 134.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 215 | 0.04 | 0.61 | 0 | 0.16 | 295.91 | 0.62 | 0.58 |
| Hex | CE | 53 | D7 | 4 | 3D | 0 | 10 | 128 | 3E | 3A |
| Octal | 316 | 123 | 327 | 4 | 75 | 0 | 20 | 450 | 76 | 72 |
| Binary | 11001110 | 1010011 | 11010111 | 100 | 111101 | 0 | 10000 | 100101000 | 111110 | 111010 |
Color Harmonies of #CE53D7
Complementary color
Monochromatic Colors of #CE53D7
Black with #CE53D7
Text Example
Text Example
White with #CE53D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53D7; }
p { color: rgb(206,83,215); }
H1.HeaderClassName
{
color: #CE53D7;
}
.AnyTagClassName
{
color: #CE53D7;
}
</style>
background-color css
<style>
a { background-color: #CE53D7; }
a { background-color: rgb(206,83,215); }
div.DivClassName
{
background-color: #CE53D7;
}
.BgClassName
{
background-color: #CE53D7;
}
</style>
border-color css
<style>
span { border-color: #CE53D7; }
span { border-color: rgb(206,83,215); }
td.TdClassName
{
border-color: #CE53D7;
}
.TagClassName
{
border-color: #CE53D7;
}
</style>