Shades of Orchid #D15FE6
Tints of Orchid #D15FE6
RGB
CMYK
RGB Variations
Color information
#D15FE6 (or 0xD15FE6) is known color: Orchid. HEX triplet: D1, 5F and E6. RGB value is (209,95,230). Sum of RGB (Red+Green+Blue) = 209+95+230=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #D15FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15FE6 is #2EA019. Grayscale: #909090. Windows color (decimal): -3055642 or 15097809. OLE color: 15097809.
HSL color Cylindrical-coordinate representation of color #D15FE6: hue angle of 290.67º 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 #D15FE6 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 95 | 230 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.10 |
| HSL | 290.67º | 0.73% | 0.64% | - |
| HSV(B) | 290.67º | 0.59% | 0.9% | - |
| XYZ | 44.67 | 27.45 | 77.81 | - |
| YUV | 144.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 230 | 0.09 | 0.59 | 0 | 0.10 | 290.67 | 0.73 | 0.64 |
| Hex | D1 | 5F | E6 | 9 | 3B | 0 | A | 123 | 49 | 40 |
| Octal | 321 | 137 | 346 | 11 | 73 | 0 | 12 | 443 | 111 | 100 |
| Binary | 11010001 | 1011111 | 11100110 | 1001 | 111011 | 0 | 1010 | 100100011 | 1001001 | 1000000 |
Color Harmonies of #D15FE6
Complementary color
Monochromatic Colors of #D15FE6
Black with #D15FE6
Text Example
Text Example
White with #D15FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FE6; }
p { color: rgb(209,95,230); }
H1.HeaderClassName
{
color: #D15FE6;
}
.AnyTagClassName
{
color: #D15FE6;
}
</style>
background-color css
<style>
a { background-color: #D15FE6; }
a { background-color: rgb(209,95,230); }
div.DivClassName
{
background-color: #D15FE6;
}
.BgClassName
{
background-color: #D15FE6;
}
</style>
border-color css
<style>
span { border-color: #D15FE6; }
span { border-color: rgb(209,95,230); }
td.TdClassName
{
border-color: #D15FE6;
}
.TagClassName
{
border-color: #D15FE6;
}
</style>