Shades of Orchid #DD81CB
Tints of Orchid #DD81CB
RGB
CMYK
RGB Variations
Color information
#DD81CB (or 0xDD81CB) is known color: Orchid. HEX triplet: DD, 81 and CB. RGB value is (221,129,203). Sum of RGB (Red+Green+Blue) = 221+129+203=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81CB is #227E34. Grayscale: #A4A4A4. Windows color (decimal): -2260533 or 13337053. OLE color: 13337053.
HSL color Cylindrical-coordinate representation of color #DD81CB: hue angle of 311.74º 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 #DD81CB is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 203 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.13 |
| HSL | 311.74º | 0.58% | 0.69% | - |
| HSV(B) | 311.74º | 0.42% | 0.87% | - |
| XYZ | 48.45 | 35.38 | 60.78 | - |
| YUV | 164.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 203 | 0 | 0.42 | 0.08 | 0.13 | 311.74 | 0.58 | 0.69 |
| Hex | DD | 81 | CB | 0 | 2A | 8 | D | 138 | 3A | 45 |
| Octal | 335 | 201 | 313 | 0 | 52 | 10 | 15 | 470 | 72 | 105 |
| Binary | 11011101 | 10000001 | 11001011 | 0 | 101010 | 1000 | 1101 | 100111000 | 111010 | 1000101 |
Color Harmonies of #DD81CB
Complementary color
Monochromatic Colors of #DD81CB
Black with #DD81CB
Text Example
Text Example
White with #DD81CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81CB; }
p { color: rgb(221,129,203); }
H1.HeaderClassName
{
color: #DD81CB;
}
.AnyTagClassName
{
color: #DD81CB;
}
</style>
background-color css
<style>
a { background-color: #DD81CB; }
a { background-color: rgb(221,129,203); }
div.DivClassName
{
background-color: #DD81CB;
}
.BgClassName
{
background-color: #DD81CB;
}
</style>
border-color css
<style>
span { border-color: #DD81CB; }
span { border-color: rgb(221,129,203); }
td.TdClassName
{
border-color: #DD81CB;
}
.TagClassName
{
border-color: #DD81CB;
}
</style>