Shades of Orchid #D880DD
Tints of Orchid #D880DD
RGB
CMYK
RGB Variations
Color information
#D880DD (or 0xD880DD) is known color: Orchid. HEX triplet: D8, 80 and DD. RGB value is (216,128,221). Sum of RGB (Red+Green+Blue) = 216+128+221=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D880DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880DD is #277F22. Grayscale: #A4A4A4. Windows color (decimal): -2588451 or 14516440. OLE color: 14516440.
HSL color Cylindrical-coordinate representation of color #D880DD: hue angle of 296.77º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D880DD is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 128 | 221 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.13 |
| HSL | 296.77º | 0.58% | 0.68% | - |
| HSV(B) | 296.77º | 0.42% | 0.87% | - |
| XYZ | 49.09 | 35.26 | 72.62 | - |
| YUV | 164.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 221 | 0.02 | 0.42 | 0 | 0.13 | 296.77 | 0.58 | 0.68 |
| Hex | D8 | 80 | DD | 2 | 2A | 0 | D | 129 | 3A | 44 |
| Octal | 330 | 200 | 335 | 2 | 52 | 0 | 15 | 451 | 72 | 104 |
| Binary | 11011000 | 10000000 | 11011101 | 10 | 101010 | 0 | 1101 | 100101001 | 111010 | 1000100 |
Color Harmonies of #D880DD
Complementary color
Monochromatic Colors of #D880DD
Black with #D880DD
Text Example
Text Example
White with #D880DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880DD; }
p { color: rgb(216,128,221); }
H1.HeaderClassName
{
color: #D880DD;
}
.AnyTagClassName
{
color: #D880DD;
}
</style>
background-color css
<style>
a { background-color: #D880DD; }
a { background-color: rgb(216,128,221); }
div.DivClassName
{
background-color: #D880DD;
}
.BgClassName
{
background-color: #D880DD;
}
</style>
border-color css
<style>
span { border-color: #D880DD; }
span { border-color: rgb(216,128,221); }
td.TdClassName
{
border-color: #D880DD;
}
.TagClassName
{
border-color: #D880DD;
}
</style>