Shades of Orchid #D87BE5
Tints of Orchid #D87BE5
RGB
CMYK
RGB Variations
Color information
#D87BE5 (or 0xD87BE5) is known color: Orchid. HEX triplet: D8, 7B and E5. RGB value is (216,123,229). Sum of RGB (Red+Green+Blue) = 216+123+229=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #D87BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BE5 is #27841A. Grayscale: #A2A2A2. Windows color (decimal): -2589723 or 15039448. OLE color: 15039448.
HSL color Cylindrical-coordinate representation of color #D87BE5: hue angle of 292.64º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D87BE5 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 123 | 229 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.10 |
| HSL | 292.64º | 0.67% | 0.69% | - |
| HSV(B) | 292.64º | 0.46% | 0.9% | - |
| XYZ | 49.54 | 34.42 | 78.16 | - |
| YUV | 162.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 229 | 0.06 | 0.46 | 0 | 0.10 | 292.64 | 0.67 | 0.69 |
| Hex | D8 | 7B | E5 | 6 | 2E | 0 | A | 125 | 43 | 45 |
| Octal | 330 | 173 | 345 | 6 | 56 | 0 | 12 | 445 | 103 | 105 |
| Binary | 11011000 | 1111011 | 11100101 | 110 | 101110 | 0 | 1010 | 100100101 | 1000011 | 1000101 |
Color Harmonies of #D87BE5
Complementary color
Monochromatic Colors of #D87BE5
Black with #D87BE5
Text Example
Text Example
White with #D87BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BE5; }
p { color: rgb(216,123,229); }
H1.HeaderClassName
{
color: #D87BE5;
}
.AnyTagClassName
{
color: #D87BE5;
}
</style>
background-color css
<style>
a { background-color: #D87BE5; }
a { background-color: rgb(216,123,229); }
div.DivClassName
{
background-color: #D87BE5;
}
.BgClassName
{
background-color: #D87BE5;
}
</style>
border-color css
<style>
span { border-color: #D87BE5; }
span { border-color: rgb(216,123,229); }
td.TdClassName
{
border-color: #D87BE5;
}
.TagClassName
{
border-color: #D87BE5;
}
</style>