Shades of Medium Orchid #D154EE
Tints of Medium Orchid #D154EE
RGB
CMYK
RGB Variations
Color information
#D154EE (or 0xD154EE) is known color: Medium Orchid. HEX triplet: D1, 54 and EE. RGB value is (209,84,238). Sum of RGB (Red+Green+Blue) = 209+84+238=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #D154EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D154EE is #2EAB11. Grayscale: #8A8A8A. Windows color (decimal): -3058450 or 15619281. OLE color: 15619281.
HSL color Cylindrical-coordinate representation of color #D154EE: hue angle of 288.7º 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 #D154EE is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 84 | 238 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.07 |
| HSL | 288.7º | 0.82% | 0.63% | - |
| HSV(B) | 288.7º | 0.65% | 0.93% | - |
| XYZ | 44.9 | 26.07 | 83.55 | - |
| YUV | 138.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 238 | 0.12 | 0.65 | 0 | 0.07 | 288.7 | 0.82 | 0.63 |
| Hex | D1 | 54 | EE | C | 41 | 0 | 7 | 121 | 52 | 3F |
| Octal | 321 | 124 | 356 | 14 | 101 | 0 | 7 | 441 | 122 | 77 |
| Binary | 11010001 | 1010100 | 11101110 | 1100 | 1000001 | 0 | 111 | 100100001 | 1010010 | 111111 |
Color Harmonies of #D154EE
Complementary color
Monochromatic Colors of #D154EE
Black with #D154EE
Text Example
Text Example
White with #D154EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D154EE; }
p { color: rgb(209,84,238); }
H1.HeaderClassName
{
color: #D154EE;
}
.AnyTagClassName
{
color: #D154EE;
}
</style>
background-color css
<style>
a { background-color: #D154EE; }
a { background-color: rgb(209,84,238); }
div.DivClassName
{
background-color: #D154EE;
}
.BgClassName
{
background-color: #D154EE;
}
</style>
border-color css
<style>
span { border-color: #D154EE; }
span { border-color: rgb(209,84,238); }
td.TdClassName
{
border-color: #D154EE;
}
.TagClassName
{
border-color: #D154EE;
}
</style>