Shades of Medium Orchid #D153ED
Tints of Medium Orchid #D153ED
RGB
CMYK
RGB Variations
Color information
#D153ED (or 0xD153ED) is known color: Medium Orchid. HEX triplet: D1, 53 and ED. RGB value is (209,83,237). Sum of RGB (Red+Green+Blue) = 209+83+237=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #D153ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D153ED is #2EAC12. Grayscale: #898989. Windows color (decimal): -3058707 or 15553489. OLE color: 15553489.
HSL color Cylindrical-coordinate representation of color #D153ED: hue angle of 289.09º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D153ED is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 83 | 237 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.07 |
| HSL | 289.09º | 0.81% | 0.63% | - |
| HSV(B) | 289.09º | 0.65% | 0.93% | - |
| XYZ | 44.67 | 25.86 | 82.76 | - |
| YUV | 138.23 | 183.74 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 237 | 0.12 | 0.65 | 0 | 0.07 | 289.09 | 0.81 | 0.63 |
| Hex | D1 | 53 | ED | C | 41 | 0 | 7 | 121 | 51 | 3F |
| Octal | 321 | 123 | 355 | 14 | 101 | 0 | 7 | 441 | 121 | 77 |
| Binary | 11010001 | 1010011 | 11101101 | 1100 | 1000001 | 0 | 111 | 100100001 | 1010001 | 111111 |
Color Harmonies of #D153ED
Complementary color
Monochromatic Colors of #D153ED
Black with #D153ED
Text Example
Text Example
White with #D153ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153ED; }
p { color: rgb(209,83,237); }
H1.HeaderClassName
{
color: #D153ED;
}
.AnyTagClassName
{
color: #D153ED;
}
</style>
background-color css
<style>
a { background-color: #D153ED; }
a { background-color: rgb(209,83,237); }
div.DivClassName
{
background-color: #D153ED;
}
.BgClassName
{
background-color: #D153ED;
}
</style>
border-color css
<style>
span { border-color: #D153ED; }
span { border-color: rgb(209,83,237); }
td.TdClassName
{
border-color: #D153ED;
}
.TagClassName
{
border-color: #D153ED;
}
</style>