Shades of Medium Orchid #D054EE
Tints of Medium Orchid #D054EE
RGB
CMYK
RGB Variations
Color information
#D054EE (or 0xD054EE) is known color: Medium Orchid. HEX triplet: D0, 54 and EE. RGB value is (208,84,238). Sum of RGB (Red+Green+Blue) = 208+84+238=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 84 (33.20% from 255 or 15.85% 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 #D054EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D054EE is #2FAB11. Grayscale: #8A8A8A. Windows color (decimal): -3123986 or 15619280. OLE color: 15619280.
HSL color Cylindrical-coordinate representation of color #D054EE: hue angle of 288.31º 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 #D054EE is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 84 | 238 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.07 |
| HSL | 288.31º | 0.82% | 0.63% | - |
| HSV(B) | 288.31º | 0.65% | 0.93% | - |
| XYZ | 44.62 | 25.92 | 83.54 | - |
| YUV | 138.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 238 | 0.13 | 0.65 | 0 | 0.07 | 288.31 | 0.82 | 0.63 |
| Hex | D0 | 54 | EE | D | 41 | 0 | 7 | 120 | 52 | 3F |
| Octal | 320 | 124 | 356 | 15 | 101 | 0 | 7 | 440 | 122 | 77 |
| Binary | 11010000 | 1010100 | 11101110 | 1101 | 1000001 | 0 | 111 | 100100000 | 1010010 | 111111 |
Color Harmonies of #D054EE
Complementary color
Monochromatic Colors of #D054EE
Black with #D054EE
Text Example
Text Example
White with #D054EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D054EE; }
p { color: rgb(208,84,238); }
H1.HeaderClassName
{
color: #D054EE;
}
.AnyTagClassName
{
color: #D054EE;
}
</style>
background-color css
<style>
a { background-color: #D054EE; }
a { background-color: rgb(208,84,238); }
div.DivClassName
{
background-color: #D054EE;
}
.BgClassName
{
background-color: #D054EE;
}
</style>
border-color css
<style>
span { border-color: #D054EE; }
span { border-color: rgb(208,84,238); }
td.TdClassName
{
border-color: #D054EE;
}
.TagClassName
{
border-color: #D054EE;
}
</style>