Shades of Orchid #DD81DC
Tints of Orchid #DD81DC
RGB
CMYK
RGB Variations
Color information
#DD81DC (or 0xDD81DC) is known color: Orchid. HEX triplet: DD, 81 and DC. RGB value is (221,129,220). Sum of RGB (Red+Green+Blue) = 221+129+220=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81DC is #227E23. Grayscale: #A6A6A6. Windows color (decimal): -2260516 or 14451165. OLE color: 14451165.
HSL color Cylindrical-coordinate representation of color #DD81DC: hue angle of 300.65º 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 #DD81DC is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 220 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.13 |
| HSL | 300.65º | 0.58% | 0.69% | - |
| HSV(B) | 300.65º | 0.42% | 0.87% | - |
| XYZ | 50.59 | 36.24 | 72.04 | - |
| YUV | 166.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 220 | 0 | 0.42 | 0.00 | 0.13 | 300.65 | 0.58 | 0.69 |
| Hex | DD | 81 | DC | 0 | 2A | 0 | D | 12D | 3A | 45 |
| Octal | 335 | 201 | 334 | 0 | 52 | 0 | 15 | 455 | 72 | 105 |
| Binary | 11011101 | 10000001 | 11011100 | 0 | 101010 | 0 | 1101 | 100101101 | 111010 | 1000101 |
Color Harmonies of #DD81DC
Complementary color
Monochromatic Colors of #DD81DC
Black with #DD81DC
Text Example
Text Example
White with #DD81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81DC; }
p { color: rgb(221,129,220); }
H1.HeaderClassName
{
color: #DD81DC;
}
.AnyTagClassName
{
color: #DD81DC;
}
</style>
background-color css
<style>
a { background-color: #DD81DC; }
a { background-color: rgb(221,129,220); }
div.DivClassName
{
background-color: #DD81DC;
}
.BgClassName
{
background-color: #DD81DC;
}
</style>
border-color css
<style>
span { border-color: #DD81DC; }
span { border-color: rgb(221,129,220); }
td.TdClassName
{
border-color: #DD81DC;
}
.TagClassName
{
border-color: #DD81DC;
}
</style>