Shades of Orchid #D881DF
Tints of Orchid #D881DF
RGB
CMYK
RGB Variations
Color information
#D881DF (or 0xD881DF) is known color: Orchid. HEX triplet: D8, 81 and DF. RGB value is (216,129,223). Sum of RGB (Red+Green+Blue) = 216+129+223=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #D881DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881DF is #277E20. Grayscale: #A5A5A5. Windows color (decimal): -2588193 or 14647768. OLE color: 14647768.
HSL color Cylindrical-coordinate representation of color #D881DF: hue angle of 295.53º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D881DF is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 129 | 223 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.13 |
| HSL | 295.53º | 0.59% | 0.69% | - |
| HSV(B) | 295.53º | 0.42% | 0.87% | - |
| XYZ | 49.49 | 35.63 | 74.08 | - |
| YUV | 165.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 223 | 0.03 | 0.42 | 0 | 0.13 | 295.53 | 0.59 | 0.69 |
| Hex | D8 | 81 | DF | 3 | 2A | 0 | D | 128 | 3B | 45 |
| Octal | 330 | 201 | 337 | 3 | 52 | 0 | 15 | 450 | 73 | 105 |
| Binary | 11011000 | 10000001 | 11011111 | 11 | 101010 | 0 | 1101 | 100101000 | 111011 | 1000101 |
Color Harmonies of #D881DF
Complementary color
Monochromatic Colors of #D881DF
Black with #D881DF
Text Example
Text Example
White with #D881DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D881DF; }
p { color: rgb(216,129,223); }
H1.HeaderClassName
{
color: #D881DF;
}
.AnyTagClassName
{
color: #D881DF;
}
</style>
background-color css
<style>
a { background-color: #D881DF; }
a { background-color: rgb(216,129,223); }
div.DivClassName
{
background-color: #D881DF;
}
.BgClassName
{
background-color: #D881DF;
}
</style>
border-color css
<style>
span { border-color: #D881DF; }
span { border-color: rgb(216,129,223); }
td.TdClassName
{
border-color: #D881DF;
}
.TagClassName
{
border-color: #D881DF;
}
</style>