Shades of Orchid #D87BE6
Tints of Orchid #D87BE6
RGB
CMYK
RGB Variations
Color information
#D87BE6 (or 0xD87BE6) is known color: Orchid. HEX triplet: D8, 7B and E6. RGB value is (216,123,230). Sum of RGB (Red+Green+Blue) = 216+123+230=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #D87BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87BE6 is #278419. Grayscale: #A2A2A2. Windows color (decimal): -2589722 or 15104984. OLE color: 15104984.
HSL color Cylindrical-coordinate representation of color #D87BE6: hue angle of 292.15º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D87BE6 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 123 | 230 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.10 |
| HSL | 292.15º | 0.68% | 0.69% | - |
| HSV(B) | 292.15º | 0.47% | 0.9% | - |
| XYZ | 49.68 | 34.48 | 78.9 | - |
| YUV | 163.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 230 | 0.06 | 0.47 | 0 | 0.10 | 292.15 | 0.68 | 0.69 |
| Hex | D8 | 7B | E6 | 6 | 2F | 0 | A | 124 | 44 | 45 |
| Octal | 330 | 173 | 346 | 6 | 57 | 0 | 12 | 444 | 104 | 105 |
| Binary | 11011000 | 1111011 | 11100110 | 110 | 101111 | 0 | 1010 | 100100100 | 1000100 | 1000101 |
Color Harmonies of #D87BE6
Complementary color
Monochromatic Colors of #D87BE6
Black with #D87BE6
Text Example
Text Example
White with #D87BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BE6; }
p { color: rgb(216,123,230); }
H1.HeaderClassName
{
color: #D87BE6;
}
.AnyTagClassName
{
color: #D87BE6;
}
</style>
background-color css
<style>
a { background-color: #D87BE6; }
a { background-color: rgb(216,123,230); }
div.DivClassName
{
background-color: #D87BE6;
}
.BgClassName
{
background-color: #D87BE6;
}
</style>
border-color css
<style>
span { border-color: #D87BE6; }
span { border-color: rgb(216,123,230); }
td.TdClassName
{
border-color: #D87BE6;
}
.TagClassName
{
border-color: #D87BE6;
}
</style>