Shades of Medium Orchid #D054E9
Tints of Medium Orchid #D054E9
RGB
CMYK
RGB Variations
Color information
#D054E9 (or 0xD054E9) is known color: Medium Orchid. HEX triplet: D0, 54 and E9. RGB value is (208,84,233). Sum of RGB (Red+Green+Blue) = 208+84+233=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #D054E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D054E9 is #2FAB16. Grayscale: #898989. Windows color (decimal): -3123991 or 15291600. OLE color: 15291600.
HSL color Cylindrical-coordinate representation of color #D054E9: hue angle of 289.93º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D054E9 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 84 | 233 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.09 |
| HSL | 289.93º | 0.77% | 0.62% | - |
| HSV(B) | 289.93º | 0.64% | 0.91% | - |
| XYZ | 43.89 | 25.63 | 79.73 | - |
| YUV | 138.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 233 | 0.11 | 0.64 | 0 | 0.09 | 289.93 | 0.77 | 0.62 |
| Hex | D0 | 54 | E9 | B | 40 | 0 | 9 | 122 | 4D | 3E |
| Octal | 320 | 124 | 351 | 13 | 100 | 0 | 11 | 442 | 115 | 76 |
| Binary | 11010000 | 1010100 | 11101001 | 1011 | 1000000 | 0 | 1001 | 100100010 | 1001101 | 111110 |
Color Harmonies of #D054E9
Complementary color
Monochromatic Colors of #D054E9
Black with #D054E9
Text Example
Text Example
White with #D054E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D054E9; }
p { color: rgb(208,84,233); }
H1.HeaderClassName
{
color: #D054E9;
}
.AnyTagClassName
{
color: #D054E9;
}
</style>
background-color css
<style>
a { background-color: #D054E9; }
a { background-color: rgb(208,84,233); }
div.DivClassName
{
background-color: #D054E9;
}
.BgClassName
{
background-color: #D054E9;
}
</style>
border-color css
<style>
span { border-color: #D054E9; }
span { border-color: rgb(208,84,233); }
td.TdClassName
{
border-color: #D054E9;
}
.TagClassName
{
border-color: #D054E9;
}
</style>