Shades of Orchid #DD81C7
Tints of Orchid #DD81C7
RGB
CMYK
RGB Variations
Color information
#DD81C7 (or 0xDD81C7) is known color: Orchid. HEX triplet: DD, 81 and C7. RGB value is (221,129,199). Sum of RGB (Red+Green+Blue) = 221+129+199=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81C7 is #227E38. Grayscale: #A4A4A4. Windows color (decimal): -2260537 or 13074909. OLE color: 13074909.
HSL color Cylindrical-coordinate representation of color #DD81C7: hue angle of 314.35º 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 #DD81C7 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 199 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.13 |
| HSL | 314.35º | 0.58% | 0.69% | - |
| HSV(B) | 314.35º | 0.42% | 0.87% | - |
| XYZ | 47.98 | 35.2 | 58.3 | - |
| YUV | 164.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 199 | 0 | 0.42 | 0.10 | 0.13 | 314.35 | 0.58 | 0.69 |
| Hex | DD | 81 | C7 | 0 | 2A | A | D | 13A | 3A | 45 |
| Octal | 335 | 201 | 307 | 0 | 52 | 12 | 15 | 472 | 72 | 105 |
| Binary | 11011101 | 10000001 | 11000111 | 0 | 101010 | 1010 | 1101 | 100111010 | 111010 | 1000101 |
Color Harmonies of #DD81C7
Complementary color
Monochromatic Colors of #DD81C7
Black with #DD81C7
Text Example
Text Example
White with #DD81C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81C7; }
p { color: rgb(221,129,199); }
H1.HeaderClassName
{
color: #DD81C7;
}
.AnyTagClassName
{
color: #DD81C7;
}
</style>
background-color css
<style>
a { background-color: #DD81C7; }
a { background-color: rgb(221,129,199); }
div.DivClassName
{
background-color: #DD81C7;
}
.BgClassName
{
background-color: #DD81C7;
}
</style>
border-color css
<style>
span { border-color: #DD81C7; }
span { border-color: rgb(221,129,199); }
td.TdClassName
{
border-color: #DD81C7;
}
.TagClassName
{
border-color: #DD81C7;
}
</style>