Shades of Medium Orchid #D15AEC
Tints of Medium Orchid #D15AEC
RGB
CMYK
RGB Variations
Color information
#D15AEC (or 0xD15AEC) is known color: Medium Orchid. HEX triplet: D1, 5A and EC. RGB value is (209,90,236). Sum of RGB (Red+Green+Blue) = 209+90+236=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #D15AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15AEC is #2EA513. Grayscale: #8D8D8D. Windows color (decimal): -3056916 or 15489745. OLE color: 15489745.
HSL color Cylindrical-coordinate representation of color #D15AEC: hue angle of 288.9º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15AEC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 90 | 236 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.07 |
| HSL | 288.9º | 0.79% | 0.64% | - |
| HSV(B) | 288.9º | 0.62% | 0.93% | - |
| XYZ | 45.09 | 26.92 | 82.18 | - |
| YUV | 142.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 236 | 0.11 | 0.62 | 0 | 0.07 | 288.9 | 0.79 | 0.64 |
| Hex | D1 | 5A | EC | B | 3E | 0 | 7 | 121 | 4F | 40 |
| Octal | 321 | 132 | 354 | 13 | 76 | 0 | 7 | 441 | 117 | 100 |
| Binary | 11010001 | 1011010 | 11101100 | 1011 | 111110 | 0 | 111 | 100100001 | 1001111 | 1000000 |
Color Harmonies of #D15AEC
Complementary color
Monochromatic Colors of #D15AEC
Black with #D15AEC
Text Example
Text Example
White with #D15AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15AEC; }
p { color: rgb(209,90,236); }
H1.HeaderClassName
{
color: #D15AEC;
}
.AnyTagClassName
{
color: #D15AEC;
}
</style>
background-color css
<style>
a { background-color: #D15AEC; }
a { background-color: rgb(209,90,236); }
div.DivClassName
{
background-color: #D15AEC;
}
.BgClassName
{
background-color: #D15AEC;
}
</style>
border-color css
<style>
span { border-color: #D15AEC; }
span { border-color: rgb(209,90,236); }
td.TdClassName
{
border-color: #D15AEC;
}
.TagClassName
{
border-color: #D15AEC;
}
</style>