Shades of Orchid #D87CE2
Tints of Orchid #D87CE2
RGB
CMYK
RGB Variations
Color information
#D87CE2 (or 0xD87CE2) is known color: Orchid. HEX triplet: D8, 7C and E2. RGB value is (216,124,226). Sum of RGB (Red+Green+Blue) = 216+124+226=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 226 - color contains mainly: blue. Hex color #D87CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CE2 is #27831D. Grayscale: #A2A2A2. Windows color (decimal): -2589470 or 14843096. OLE color: 14843096.
HSL color Cylindrical-coordinate representation of color #D87CE2: hue angle of 294.12º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D87CE2 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 124 | 226 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.11 |
| HSL | 294.12º | 0.64% | 0.69% | - |
| HSV(B) | 294.12º | 0.45% | 0.89% | - |
| XYZ | 49.25 | 34.51 | 76.02 | - |
| YUV | 163.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 226 | 0.04 | 0.45 | 0 | 0.11 | 294.12 | 0.64 | 0.69 |
| Hex | D8 | 7C | E2 | 4 | 2D | 0 | B | 126 | 40 | 45 |
| Octal | 330 | 174 | 342 | 4 | 55 | 0 | 13 | 446 | 100 | 105 |
| Binary | 11011000 | 1111100 | 11100010 | 100 | 101101 | 0 | 1011 | 100100110 | 1000000 | 1000101 |
Color Harmonies of #D87CE2
Complementary color
Monochromatic Colors of #D87CE2
Black with #D87CE2
Text Example
Text Example
White with #D87CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CE2; }
p { color: rgb(216,124,226); }
H1.HeaderClassName
{
color: #D87CE2;
}
.AnyTagClassName
{
color: #D87CE2;
}
</style>
background-color css
<style>
a { background-color: #D87CE2; }
a { background-color: rgb(216,124,226); }
div.DivClassName
{
background-color: #D87CE2;
}
.BgClassName
{
background-color: #D87CE2;
}
</style>
border-color css
<style>
span { border-color: #D87CE2; }
span { border-color: rgb(216,124,226); }
td.TdClassName
{
border-color: #D87CE2;
}
.TagClassName
{
border-color: #D87CE2;
}
</style>