Shades of Medium Orchid #D15AE8
Tints of Medium Orchid #D15AE8
RGB
CMYK
RGB Variations
Color information
#D15AE8 (or 0xD15AE8) is known color: Medium Orchid. HEX triplet: D1, 5A and E8. RGB value is (209,90,232). Sum of RGB (Red+Green+Blue) = 209+90+232=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #D15AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15AE8 is #2EA517. Grayscale: #8D8D8D. Windows color (decimal): -3056920 or 15227601. OLE color: 15227601.
HSL color Cylindrical-coordinate representation of color #D15AE8: hue angle of 290.28º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15AE8 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 90 | 232 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.09 |
| HSL | 290.28º | 0.76% | 0.63% | - |
| HSV(B) | 290.28º | 0.61% | 0.91% | - |
| XYZ | 44.52 | 26.69 | 79.15 | - |
| YUV | 141.77 | 178.92 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 232 | 0.10 | 0.61 | 0 | 0.09 | 290.28 | 0.76 | 0.63 |
| Hex | D1 | 5A | E8 | A | 3D | 0 | 9 | 122 | 4C | 3F |
| Octal | 321 | 132 | 350 | 12 | 75 | 0 | 11 | 442 | 114 | 77 |
| Binary | 11010001 | 1011010 | 11101000 | 1010 | 111101 | 0 | 1001 | 100100010 | 1001100 | 111111 |
Color Harmonies of #D15AE8
Complementary color
Monochromatic Colors of #D15AE8
Black with #D15AE8
Text Example
Text Example
White with #D15AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15AE8; }
p { color: rgb(209,90,232); }
H1.HeaderClassName
{
color: #D15AE8;
}
.AnyTagClassName
{
color: #D15AE8;
}
</style>
background-color css
<style>
a { background-color: #D15AE8; }
a { background-color: rgb(209,90,232); }
div.DivClassName
{
background-color: #D15AE8;
}
.BgClassName
{
background-color: #D15AE8;
}
</style>
border-color css
<style>
span { border-color: #D15AE8; }
span { border-color: rgb(209,90,232); }
td.TdClassName
{
border-color: #D15AE8;
}
.TagClassName
{
border-color: #D15AE8;
}
</style>