Shades of Medium Orchid #D153EE
Tints of Medium Orchid #D153EE
RGB
CMYK
RGB Variations
Color information
#D153EE (or 0xD153EE) is known color: Medium Orchid. HEX triplet: D1, 53 and EE. RGB value is (209,83,238). Sum of RGB (Red+Green+Blue) = 209+83+238=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #D153EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D153EE is #2EAC11. Grayscale: #898989. Windows color (decimal): -3058706 or 15619025. OLE color: 15619025.
HSL color Cylindrical-coordinate representation of color #D153EE: hue angle of 288.77º degrees, saturation: 0.82, 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 #D153EE is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 83 | 238 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.07 |
| HSL | 288.77º | 0.82% | 0.63% | - |
| HSV(B) | 288.77º | 0.65% | 0.93% | - |
| XYZ | 44.82 | 25.91 | 83.53 | - |
| YUV | 138.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 238 | 0.12 | 0.65 | 0 | 0.07 | 288.77 | 0.82 | 0.63 |
| Hex | D1 | 53 | EE | C | 41 | 0 | 7 | 121 | 52 | 3F |
| Octal | 321 | 123 | 356 | 14 | 101 | 0 | 7 | 441 | 122 | 77 |
| Binary | 11010001 | 1010011 | 11101110 | 1100 | 1000001 | 0 | 111 | 100100001 | 1010010 | 111111 |
Color Harmonies of #D153EE
Complementary color
Monochromatic Colors of #D153EE
Black with #D153EE
Text Example
Text Example
White with #D153EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153EE; }
p { color: rgb(209,83,238); }
H1.HeaderClassName
{
color: #D153EE;
}
.AnyTagClassName
{
color: #D153EE;
}
</style>
background-color css
<style>
a { background-color: #D153EE; }
a { background-color: rgb(209,83,238); }
div.DivClassName
{
background-color: #D153EE;
}
.BgClassName
{
background-color: #D153EE;
}
</style>
border-color css
<style>
span { border-color: #D153EE; }
span { border-color: rgb(209,83,238); }
td.TdClassName
{
border-color: #D153EE;
}
.TagClassName
{
border-color: #D153EE;
}
</style>