Shades of Orchid #DD80DD
Tints of Orchid #DD80DD
RGB
CMYK
RGB Variations
Color information
#DD80DD (or 0xDD80DD) is known color: Orchid. HEX triplet: DD, 80 and DD. RGB value is (221,128,221). Sum of RGB (Red+Green+Blue) = 221+128+221=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80DD is #227F22. Grayscale: #A6A6A6. Windows color (decimal): -2260771 or 14516445. OLE color: 14516445.
HSL color Cylindrical-coordinate representation of color #DD80DD: hue angle of 300º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80DD is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 221 | - |
| CMYK | 0 | 0.42 | 0 | 0.13 |
| HSL | 300º | 0.58% | 0.68% | - |
| HSV(B) | 300º | 0.42% | 0.87% | - |
| XYZ | 50.59 | 36.03 | 72.69 | - |
| YUV | 166.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 221 | 0 | 0.42 | 0 | 0.13 | 300 | 0.58 | 0.68 |
| Hex | DD | 80 | DD | 0 | 2A | 0 | D | 12C | 3A | 44 |
| Octal | 335 | 200 | 335 | 0 | 52 | 0 | 15 | 454 | 72 | 104 |
| Binary | 11011101 | 10000000 | 11011101 | 0 | 101010 | 0 | 1101 | 100101100 | 111010 | 1000100 |
Color Harmonies of #DD80DD
Complementary color
Monochromatic Colors of #DD80DD
Black with #DD80DD
Text Example
Text Example
White with #DD80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80DD; }
p { color: rgb(221,128,221); }
H1.HeaderClassName
{
color: #DD80DD;
}
.AnyTagClassName
{
color: #DD80DD;
}
</style>
background-color css
<style>
a { background-color: #DD80DD; }
a { background-color: rgb(221,128,221); }
div.DivClassName
{
background-color: #DD80DD;
}
.BgClassName
{
background-color: #DD80DD;
}
</style>
border-color css
<style>
span { border-color: #DD80DD; }
span { border-color: rgb(221,128,221); }
td.TdClassName
{
border-color: #DD80DD;
}
.TagClassName
{
border-color: #DD80DD;
}
</style>