Shades of Orchid #D885DD
Tints of Orchid #D885DD
RGB
CMYK
RGB Variations
Color information
#D885DD (or 0xD885DD) is known color: Orchid. HEX triplet: D8, 85 and DD. RGB value is (216,133,221). Sum of RGB (Red+Green+Blue) = 216+133+221=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #D885DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885DD is #277A22. Grayscale: #A7A7A7. Windows color (decimal): -2587171 or 14517720. OLE color: 14517720.
HSL color Cylindrical-coordinate representation of color #D885DD: hue angle of 296.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D885DD is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 133 | 221 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.13 |
| HSL | 296.59º | 0.56% | 0.69% | - |
| HSV(B) | 296.59º | 0.4% | 0.87% | - |
| XYZ | 49.76 | 36.59 | 72.85 | - |
| YUV | 167.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 221 | 0.02 | 0.40 | 0 | 0.13 | 296.59 | 0.56 | 0.69 |
| Hex | D8 | 85 | DD | 2 | 28 | 0 | D | 129 | 38 | 45 |
| Octal | 330 | 205 | 335 | 2 | 50 | 0 | 15 | 451 | 70 | 105 |
| Binary | 11011000 | 10000101 | 11011101 | 10 | 101000 | 0 | 1101 | 100101001 | 111000 | 1000101 |
Color Harmonies of #D885DD
Complementary color
Monochromatic Colors of #D885DD
Black with #D885DD
Text Example
Text Example
White with #D885DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D885DD; }
p { color: rgb(216,133,221); }
H1.HeaderClassName
{
color: #D885DD;
}
.AnyTagClassName
{
color: #D885DD;
}
</style>
background-color css
<style>
a { background-color: #D885DD; }
a { background-color: rgb(216,133,221); }
div.DivClassName
{
background-color: #D885DD;
}
.BgClassName
{
background-color: #D885DD;
}
</style>
border-color css
<style>
span { border-color: #D885DD; }
span { border-color: rgb(216,133,221); }
td.TdClassName
{
border-color: #D885DD;
}
.TagClassName
{
border-color: #D885DD;
}
</style>