Shades of Orchid #D15FE3
Tints of Orchid #D15FE3
RGB
CMYK
RGB Variations
Color information
#D15FE3 (or 0xD15FE3) is known color: Orchid. HEX triplet: D1, 5F and E3. RGB value is (209,95,227). Sum of RGB (Red+Green+Blue) = 209+95+227=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #D15FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FE3 is #2EA01C. Grayscale: #8F8F8F. Windows color (decimal): -3055645 or 14901201. OLE color: 14901201.
HSL color Cylindrical-coordinate representation of color #D15FE3: hue angle of 291.82º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D15FE3 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 95 | 227 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.11 |
| HSL | 291.82º | 0.7% | 0.63% | - |
| HSV(B) | 291.82º | 0.58% | 0.89% | - |
| XYZ | 44.25 | 27.29 | 75.61 | - |
| YUV | 144.13 | 174.77 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 227 | 0.08 | 0.58 | 0 | 0.11 | 291.82 | 0.7 | 0.63 |
| Hex | D1 | 5F | E3 | 8 | 3A | 0 | B | 124 | 46 | 3F |
| Octal | 321 | 137 | 343 | 10 | 72 | 0 | 13 | 444 | 106 | 77 |
| Binary | 11010001 | 1011111 | 11100011 | 1000 | 111010 | 0 | 1011 | 100100100 | 1000110 | 111111 |
Color Harmonies of #D15FE3
Complementary color
Monochromatic Colors of #D15FE3
Black with #D15FE3
Text Example
Text Example
White with #D15FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FE3; }
p { color: rgb(209,95,227); }
H1.HeaderClassName
{
color: #D15FE3;
}
.AnyTagClassName
{
color: #D15FE3;
}
</style>
background-color css
<style>
a { background-color: #D15FE3; }
a { background-color: rgb(209,95,227); }
div.DivClassName
{
background-color: #D15FE3;
}
.BgClassName
{
background-color: #D15FE3;
}
</style>
border-color css
<style>
span { border-color: #D15FE3; }
span { border-color: rgb(209,95,227); }
td.TdClassName
{
border-color: #D15FE3;
}
.TagClassName
{
border-color: #D15FE3;
}
</style>