Shades of Orchid #DD81C6
Tints of Orchid #DD81C6
RGB
CMYK
RGB Variations
Color information
#DD81C6 (or 0xDD81C6) is known color: Orchid. HEX triplet: DD, 81 and C6. RGB value is (221,129,198). Sum of RGB (Red+Green+Blue) = 221+129+198=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81C6 is #227E39. Grayscale: #A4A4A4. Windows color (decimal): -2260538 or 13009373. OLE color: 13009373.
HSL color Cylindrical-coordinate representation of color #DD81C6: hue angle of 315º 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 #DD81C6 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 198 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.13 |
| HSL | 315º | 0.58% | 0.69% | - |
| HSV(B) | 315º | 0.42% | 0.87% | - |
| XYZ | 47.86 | 35.15 | 57.69 | - |
| YUV | 164.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 198 | 0 | 0.42 | 0.10 | 0.13 | 315 | 0.58 | 0.69 |
| Hex | DD | 81 | C6 | 0 | 2A | A | D | 13B | 3A | 45 |
| Octal | 335 | 201 | 306 | 0 | 52 | 12 | 15 | 473 | 72 | 105 |
| Binary | 11011101 | 10000001 | 11000110 | 0 | 101010 | 1010 | 1101 | 100111011 | 111010 | 1000101 |
Color Harmonies of #DD81C6
Complementary color
Monochromatic Colors of #DD81C6
Black with #DD81C6
Text Example
Text Example
White with #DD81C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81C6; }
p { color: rgb(221,129,198); }
H1.HeaderClassName
{
color: #DD81C6;
}
.AnyTagClassName
{
color: #DD81C6;
}
</style>
background-color css
<style>
a { background-color: #DD81C6; }
a { background-color: rgb(221,129,198); }
div.DivClassName
{
background-color: #DD81C6;
}
.BgClassName
{
background-color: #DD81C6;
}
</style>
border-color css
<style>
span { border-color: #DD81C6; }
span { border-color: rgb(221,129,198); }
td.TdClassName
{
border-color: #DD81C6;
}
.TagClassName
{
border-color: #DD81C6;
}
</style>