Shades of Orchid #DD81DD
Tints of Orchid #DD81DD
RGB
CMYK
RGB Variations
Color information
#DD81DD (or 0xDD81DD) is known color: Orchid. HEX triplet: DD, 81 and DD. RGB value is (221,129,221). Sum of RGB (Red+Green+Blue) = 221+129+221=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81DD is #227E22. Grayscale: #A6A6A6. Windows color (decimal): -2260515 or 14516701. OLE color: 14516701.
HSL color Cylindrical-coordinate representation of color #DD81DD: hue angle of 300º degrees, saturation: 0.57, 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 #DD81DD is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 221 | - |
| CMYK | 0 | 0.42 | 0 | 0.13 |
| HSL | 300º | 0.58% | 0.69% | - |
| HSV(B) | 300º | 0.42% | 0.87% | - |
| XYZ | 50.72 | 36.29 | 72.74 | - |
| YUV | 167 | 158.48 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 221 | 0 | 0.42 | 0 | 0.13 | 300 | 0.58 | 0.69 |
| Hex | DD | 81 | DD | 0 | 2A | 0 | D | 12C | 3A | 45 |
| Octal | 335 | 201 | 335 | 0 | 52 | 0 | 15 | 454 | 72 | 105 |
| Binary | 11011101 | 10000001 | 11011101 | 0 | 101010 | 0 | 1101 | 100101100 | 111010 | 1000101 |
Color Harmonies of #DD81DD
Complementary color
Monochromatic Colors of #DD81DD
Black with #DD81DD
Text Example
Text Example
White with #DD81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81DD; }
p { color: rgb(221,129,221); }
H1.HeaderClassName
{
color: #DD81DD;
}
.AnyTagClassName
{
color: #DD81DD;
}
</style>
background-color css
<style>
a { background-color: #DD81DD; }
a { background-color: rgb(221,129,221); }
div.DivClassName
{
background-color: #DD81DD;
}
.BgClassName
{
background-color: #DD81DD;
}
</style>
border-color css
<style>
span { border-color: #DD81DD; }
span { border-color: rgb(221,129,221); }
td.TdClassName
{
border-color: #DD81DD;
}
.TagClassName
{
border-color: #DD81DD;
}
</style>