Shades of Orchid #D87FDF
Tints of Orchid #D87FDF
RGB
CMYK
RGB Variations
Color information
#D87FDF (or 0xD87FDF) is known color: Orchid. HEX triplet: D8, 7F and DF. RGB value is (216,127,223). Sum of RGB (Red+Green+Blue) = 216+127+223=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #D87FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FDF is #278020. Grayscale: #A4A4A4. Windows color (decimal): -2588705 or 14647256. OLE color: 14647256.
HSL color Cylindrical-coordinate representation of color #D87FDF: hue angle of 295.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87FDF is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 127 | 223 | - |
CMYK | 0.03 | 0.43 | 0 | 0.13 |
HSL | 295.63º | 0.6% | 0.69% | - |
HSV(B) | 295.63º | 0.43% | 0.87% | - |
XYZ | 49.23 | 35.11 | 73.99 | - |
YUV | 164.56 | 160.99 | 164.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 127 | 223 | 0.03 | 0.43 | 0 | 0.13 | 295.63 | 0.6 | 0.69 |
Hex | D8 | 7F | DF | 3 | 2B | 0 | D | 128 | 3C | 45 |
Octal | 330 | 177 | 337 | 3 | 53 | 0 | 15 | 450 | 74 | 105 |
Binary | 11011000 | 1111111 | 11011111 | 11 | 101011 | 0 | 1101 | 100101000 | 111100 | 1000101 |
Color Harmonies of #D87FDF
Complementary color
Monochromatic Colors of #D87FDF
Black with #D87FDF
Text Example
Text Example
White with #D87FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FDF; }
p { color: rgb(216,127,223); }
H1.HeaderClassName
{
color: #D87FDF;
}
.AnyTagClassName
{
color: #D87FDF;
}
</style>
background-color css
<style>
a { background-color: #D87FDF; }
a { background-color: rgb(216,127,223); }
div.DivClassName
{
background-color: #D87FDF;
}
.BgClassName
{
background-color: #D87FDF;
}
</style>
border-color css
<style>
span { border-color: #D87FDF; }
span { border-color: rgb(216,127,223); }
td.TdClassName
{
border-color: #D87FDF;
}
.TagClassName
{
border-color: #D87FDF;
}
</style>