Shades of Orchid #DD81D6
Tints of Orchid #DD81D6
RGB
CMYK
RGB Variations
Color information
#DD81D6 (or 0xDD81D6) is known color: Orchid. HEX triplet: DD, 81 and D6. RGB value is (221,129,214). Sum of RGB (Red+Green+Blue) = 221+129+214=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81D6 is #227E29. Grayscale: #A5A5A5. Windows color (decimal): -2260522 or 14057949. OLE color: 14057949.
HSL color Cylindrical-coordinate representation of color #DD81D6: hue angle of 304.57º 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 #DD81D6 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 214 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.13 |
| HSL | 304.57º | 0.58% | 0.69% | - |
| HSV(B) | 304.57º | 0.42% | 0.87% | - |
| XYZ | 49.81 | 35.93 | 67.93 | - |
| YUV | 166.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 214 | 0 | 0.42 | 0.03 | 0.13 | 304.57 | 0.58 | 0.69 |
| Hex | DD | 81 | D6 | 0 | 2A | 3 | D | 131 | 3A | 45 |
| Octal | 335 | 201 | 326 | 0 | 52 | 3 | 15 | 461 | 72 | 105 |
| Binary | 11011101 | 10000001 | 11010110 | 0 | 101010 | 11 | 1101 | 100110001 | 111010 | 1000101 |
Color Harmonies of #DD81D6
Complementary color
Monochromatic Colors of #DD81D6
Black with #DD81D6
Text Example
Text Example
White with #DD81D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81D6; }
p { color: rgb(221,129,214); }
H1.HeaderClassName
{
color: #DD81D6;
}
.AnyTagClassName
{
color: #DD81D6;
}
</style>
background-color css
<style>
a { background-color: #DD81D6; }
a { background-color: rgb(221,129,214); }
div.DivClassName
{
background-color: #DD81D6;
}
.BgClassName
{
background-color: #DD81D6;
}
</style>
border-color css
<style>
span { border-color: #DD81D6; }
span { border-color: rgb(221,129,214); }
td.TdClassName
{
border-color: #DD81D6;
}
.TagClassName
{
border-color: #DD81D6;
}
</style>