Shades of Orchid #DD80CD
Tints of Orchid #DD80CD
RGB
CMYK
RGB Variations
Color information
#DD80CD (or 0xDD80CD) is known color: Orchid. HEX triplet: DD, 80 and CD. RGB value is (221,128,205). Sum of RGB (Red+Green+Blue) = 221+128+205=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80CD is #227F32. Grayscale: #A4A4A4. Windows color (decimal): -2260787 or 13467869. OLE color: 13467869.
HSL color Cylindrical-coordinate representation of color #DD80CD: hue angle of 310.32º 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 #DD80CD is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 205 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.13 |
| HSL | 310.32º | 0.58% | 0.68% | - |
| HSV(B) | 310.32º | 0.42% | 0.87% | - |
| XYZ | 48.56 | 35.22 | 62 | - |
| YUV | 164.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 205 | 0 | 0.42 | 0.07 | 0.13 | 310.32 | 0.58 | 0.68 |
| Hex | DD | 80 | CD | 0 | 2A | 7 | D | 136 | 3A | 44 |
| Octal | 335 | 200 | 315 | 0 | 52 | 7 | 15 | 466 | 72 | 104 |
| Binary | 11011101 | 10000000 | 11001101 | 0 | 101010 | 111 | 1101 | 100110110 | 111010 | 1000100 |
Color Harmonies of #DD80CD
Complementary color
Monochromatic Colors of #DD80CD
Black with #DD80CD
Text Example
Text Example
White with #DD80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80CD; }
p { color: rgb(221,128,205); }
H1.HeaderClassName
{
color: #DD80CD;
}
.AnyTagClassName
{
color: #DD80CD;
}
</style>
background-color css
<style>
a { background-color: #DD80CD; }
a { background-color: rgb(221,128,205); }
div.DivClassName
{
background-color: #DD80CD;
}
.BgClassName
{
background-color: #DD80CD;
}
</style>
border-color css
<style>
span { border-color: #DD80CD; }
span { border-color: rgb(221,128,205); }
td.TdClassName
{
border-color: #DD80CD;
}
.TagClassName
{
border-color: #DD80CD;
}
</style>