Shades of Orchid #D882DF
Tints of Orchid #D882DF
RGB
CMYK
RGB Variations
Color information
#D882DF (or 0xD882DF) is known color: Orchid. HEX triplet: D8, 82 and DF. RGB value is (216,130,223). Sum of RGB (Red+Green+Blue) = 216+130+223=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #D882DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882DF is #277D20. Grayscale: #A6A6A6. Windows color (decimal): -2587937 or 14648024. OLE color: 14648024.
HSL color Cylindrical-coordinate representation of color #D882DF: hue angle of 295.48º 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 #D882DF is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 130 | 223 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.13 |
| HSL | 295.48º | 0.59% | 0.69% | - |
| HSV(B) | 295.48º | 0.42% | 0.87% | - |
| XYZ | 49.62 | 35.89 | 74.12 | - |
| YUV | 166.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 223 | 0.03 | 0.42 | 0 | 0.13 | 295.48 | 0.59 | 0.69 |
| Hex | D8 | 82 | DF | 3 | 2A | 0 | D | 127 | 3B | 45 |
| Octal | 330 | 202 | 337 | 3 | 52 | 0 | 15 | 447 | 73 | 105 |
| Binary | 11011000 | 10000010 | 11011111 | 11 | 101010 | 0 | 1101 | 100100111 | 111011 | 1000101 |
Color Harmonies of #D882DF
Complementary color
Monochromatic Colors of #D882DF
Black with #D882DF
Text Example
Text Example
White with #D882DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882DF; }
p { color: rgb(216,130,223); }
H1.HeaderClassName
{
color: #D882DF;
}
.AnyTagClassName
{
color: #D882DF;
}
</style>
background-color css
<style>
a { background-color: #D882DF; }
a { background-color: rgb(216,130,223); }
div.DivClassName
{
background-color: #D882DF;
}
.BgClassName
{
background-color: #D882DF;
}
</style>
border-color css
<style>
span { border-color: #D882DF; }
span { border-color: rgb(216,130,223); }
td.TdClassName
{
border-color: #D882DF;
}
.TagClassName
{
border-color: #D882DF;
}
</style>