Shades of Orchid #DD81CC
Tints of Orchid #DD81CC
RGB
CMYK
RGB Variations
Color information
#DD81CC (or 0xDD81CC) is known color: Orchid. HEX triplet: DD, 81 and CC. RGB value is (221,129,204). Sum of RGB (Red+Green+Blue) = 221+129+204=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81CC is #227E33. Grayscale: #A4A4A4. Windows color (decimal): -2260532 or 13402589. OLE color: 13402589.
HSL color Cylindrical-coordinate representation of color #DD81CC: hue angle of 311.09º 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 #DD81CC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 204 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.13 |
| HSL | 311.09º | 0.58% | 0.69% | - |
| HSV(B) | 311.09º | 0.42% | 0.87% | - |
| XYZ | 48.57 | 35.43 | 61.41 | - |
| YUV | 165.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 204 | 0 | 0.42 | 0.08 | 0.13 | 311.09 | 0.58 | 0.69 |
| Hex | DD | 81 | CC | 0 | 2A | 8 | D | 137 | 3A | 45 |
| Octal | 335 | 201 | 314 | 0 | 52 | 10 | 15 | 467 | 72 | 105 |
| Binary | 11011101 | 10000001 | 11001100 | 0 | 101010 | 1000 | 1101 | 100110111 | 111010 | 1000101 |
Color Harmonies of #DD81CC
Complementary color
Monochromatic Colors of #DD81CC
Black with #DD81CC
Text Example
Text Example
White with #DD81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81CC; }
p { color: rgb(221,129,204); }
H1.HeaderClassName
{
color: #DD81CC;
}
.AnyTagClassName
{
color: #DD81CC;
}
</style>
background-color css
<style>
a { background-color: #DD81CC; }
a { background-color: rgb(221,129,204); }
div.DivClassName
{
background-color: #DD81CC;
}
.BgClassName
{
background-color: #DD81CC;
}
</style>
border-color css
<style>
span { border-color: #DD81CC; }
span { border-color: rgb(221,129,204); }
td.TdClassName
{
border-color: #DD81CC;
}
.TagClassName
{
border-color: #DD81CC;
}
</style>