Shades of Orchid #D15EE9
Tints of Orchid #D15EE9
RGB
CMYK
RGB Variations
Color information
#D15EE9 (or 0xD15EE9) is known color: Orchid. HEX triplet: D1, 5E and E9. RGB value is (209,94,233). Sum of RGB (Red+Green+Blue) = 209+94+233=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #D15EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15EE9 is #2EA116. Grayscale: #8F8F8F. Windows color (decimal): -3055895 or 15294161. OLE color: 15294161.
HSL color Cylindrical-coordinate representation of color #D15EE9: hue angle of 289.64º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15EE9 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 94 | 233 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.09 |
| HSL | 289.64º | 0.76% | 0.64% | - |
| HSV(B) | 289.64º | 0.6% | 0.91% | - |
| XYZ | 45.01 | 27.44 | 80.02 | - |
| YUV | 144.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 233 | 0.10 | 0.60 | 0 | 0.09 | 289.64 | 0.76 | 0.64 |
| Hex | D1 | 5E | E9 | A | 3C | 0 | 9 | 122 | 4C | 40 |
| Octal | 321 | 136 | 351 | 12 | 74 | 0 | 11 | 442 | 114 | 100 |
| Binary | 11010001 | 1011110 | 11101001 | 1010 | 111100 | 0 | 1001 | 100100010 | 1001100 | 1000000 |
Color Harmonies of #D15EE9
Complementary color
Monochromatic Colors of #D15EE9
Black with #D15EE9
Text Example
Text Example
White with #D15EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15EE9; }
p { color: rgb(209,94,233); }
H1.HeaderClassName
{
color: #D15EE9;
}
.AnyTagClassName
{
color: #D15EE9;
}
</style>
background-color css
<style>
a { background-color: #D15EE9; }
a { background-color: rgb(209,94,233); }
div.DivClassName
{
background-color: #D15EE9;
}
.BgClassName
{
background-color: #D15EE9;
}
</style>
border-color css
<style>
span { border-color: #D15EE9; }
span { border-color: rgb(209,94,233); }
td.TdClassName
{
border-color: #D15EE9;
}
.TagClassName
{
border-color: #D15EE9;
}
</style>