Shades of Medium Orchid #D154EA
Tints of Medium Orchid #D154EA
RGB
CMYK
RGB Variations
Color information
#D154EA (or 0xD154EA) is known color: Medium Orchid. HEX triplet: D1, 54 and EA. RGB value is (209,84,234). Sum of RGB (Red+Green+Blue) = 209+84+234=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #D154EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D154EA is #2EAB15. Grayscale: #8A8A8A. Windows color (decimal): -3058454 or 15357137. OLE color: 15357137.
HSL color Cylindrical-coordinate representation of color #D154EA: hue angle of 290º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D154EA is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 84 | 234 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.08 |
| HSL | 290º | 0.78% | 0.62% | - |
| HSV(B) | 290º | 0.64% | 0.92% | - |
| XYZ | 44.32 | 25.84 | 80.49 | - |
| YUV | 138.48 | 181.91 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 234 | 0.11 | 0.64 | 0 | 0.08 | 290 | 0.78 | 0.62 |
| Hex | D1 | 54 | EA | B | 40 | 0 | 8 | 122 | 4E | 3E |
| Octal | 321 | 124 | 352 | 13 | 100 | 0 | 10 | 442 | 116 | 76 |
| Binary | 11010001 | 1010100 | 11101010 | 1011 | 1000000 | 0 | 1000 | 100100010 | 1001110 | 111110 |
Color Harmonies of #D154EA
Complementary color
Monochromatic Colors of #D154EA
Black with #D154EA
Text Example
Text Example
White with #D154EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D154EA; }
p { color: rgb(209,84,234); }
H1.HeaderClassName
{
color: #D154EA;
}
.AnyTagClassName
{
color: #D154EA;
}
</style>
background-color css
<style>
a { background-color: #D154EA; }
a { background-color: rgb(209,84,234); }
div.DivClassName
{
background-color: #D154EA;
}
.BgClassName
{
background-color: #D154EA;
}
</style>
border-color css
<style>
span { border-color: #D154EA; }
span { border-color: rgb(209,84,234); }
td.TdClassName
{
border-color: #D154EA;
}
.TagClassName
{
border-color: #D154EA;
}
</style>