Shades of Orchid #D15EDF
Tints of Orchid #D15EDF
RGB
CMYK
RGB Variations
Color information
#D15EDF (or 0xD15EDF) is known color: Orchid. HEX triplet: D1, 5E and DF. RGB value is (209,94,223). Sum of RGB (Red+Green+Blue) = 209+94+223=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #D15EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15EDF is #2EA120. Grayscale: #8E8E8E. Windows color (decimal): -3055905 or 14638801. OLE color: 14638801.
HSL color Cylindrical-coordinate representation of color #D15EDF: hue angle of 293.49º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D15EDF is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 94 | 223 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.13 |
| HSL | 293.49º | 0.67% | 0.62% | - |
| HSV(B) | 293.49º | 0.58% | 0.87% | - |
| XYZ | 43.62 | 26.89 | 72.7 | - |
| YUV | 143.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 223 | 0.06 | 0.58 | 0 | 0.13 | 293.49 | 0.67 | 0.62 |
| Hex | D1 | 5E | DF | 6 | 3A | 0 | D | 125 | 43 | 3E |
| Octal | 321 | 136 | 337 | 6 | 72 | 0 | 15 | 445 | 103 | 76 |
| Binary | 11010001 | 1011110 | 11011111 | 110 | 111010 | 0 | 1101 | 100100101 | 1000011 | 111110 |
Color Harmonies of #D15EDF
Complementary color
Monochromatic Colors of #D15EDF
Black with #D15EDF
Text Example
Text Example
White with #D15EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15EDF; }
p { color: rgb(209,94,223); }
H1.HeaderClassName
{
color: #D15EDF;
}
.AnyTagClassName
{
color: #D15EDF;
}
</style>
background-color css
<style>
a { background-color: #D15EDF; }
a { background-color: rgb(209,94,223); }
div.DivClassName
{
background-color: #D15EDF;
}
.BgClassName
{
background-color: #D15EDF;
}
</style>
border-color css
<style>
span { border-color: #D15EDF; }
span { border-color: rgb(209,94,223); }
td.TdClassName
{
border-color: #D15EDF;
}
.TagClassName
{
border-color: #D15EDF;
}
</style>