Shades of Orchid #D15EE6
Tints of Orchid #D15EE6
RGB
CMYK
RGB Variations
Color information
#D15EE6 (or 0xD15EE6) is known color: Orchid. HEX triplet: D1, 5E and E6. RGB value is (209,94,230). Sum of RGB (Red+Green+Blue) = 209+94+230=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #D15EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15EE6 is #2EA119. Grayscale: #8F8F8F. Windows color (decimal): -3055898 or 15097553. OLE color: 15097553.
HSL color Cylindrical-coordinate representation of color #D15EE6: hue angle of 290.74º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15EE6 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 94 | 230 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.10 |
| HSL | 290.74º | 0.73% | 0.64% | - |
| HSV(B) | 290.74º | 0.59% | 0.9% | - |
| XYZ | 44.58 | 27.27 | 77.78 | - |
| YUV | 143.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 230 | 0.09 | 0.59 | 0 | 0.10 | 290.74 | 0.73 | 0.64 |
| Hex | D1 | 5E | E6 | 9 | 3B | 0 | A | 123 | 49 | 40 |
| Octal | 321 | 136 | 346 | 11 | 73 | 0 | 12 | 443 | 111 | 100 |
| Binary | 11010001 | 1011110 | 11100110 | 1001 | 111011 | 0 | 1010 | 100100011 | 1001001 | 1000000 |
Color Harmonies of #D15EE6
Complementary color
Monochromatic Colors of #D15EE6
Black with #D15EE6
Text Example
Text Example
White with #D15EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15EE6; }
p { color: rgb(209,94,230); }
H1.HeaderClassName
{
color: #D15EE6;
}
.AnyTagClassName
{
color: #D15EE6;
}
</style>
background-color css
<style>
a { background-color: #D15EE6; }
a { background-color: rgb(209,94,230); }
div.DivClassName
{
background-color: #D15EE6;
}
.BgClassName
{
background-color: #D15EE6;
}
</style>
border-color css
<style>
span { border-color: #D15EE6; }
span { border-color: rgb(209,94,230); }
td.TdClassName
{
border-color: #D15EE6;
}
.TagClassName
{
border-color: #D15EE6;
}
</style>