Shades of Orchid #DD80C7
Tints of Orchid #DD80C7
RGB
CMYK
RGB Variations
Color information
#DD80C7 (or 0xDD80C7) is known color: Orchid. HEX triplet: DD, 80 and C7. RGB value is (221,128,199). Sum of RGB (Red+Green+Blue) = 221+128+199=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80C7 is #227F38. Grayscale: #A3A3A3. Windows color (decimal): -2260793 or 13074653. OLE color: 13074653.
HSL color Cylindrical-coordinate representation of color #DD80C7: hue angle of 314.19º 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 #DD80C7 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 199 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.13 |
| HSL | 314.19º | 0.58% | 0.68% | - |
| HSV(B) | 314.19º | 0.42% | 0.87% | - |
| XYZ | 47.85 | 34.93 | 58.25 | - |
| YUV | 163.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 199 | 0 | 0.42 | 0.10 | 0.13 | 314.19 | 0.58 | 0.68 |
| Hex | DD | 80 | C7 | 0 | 2A | A | D | 13A | 3A | 44 |
| Octal | 335 | 200 | 307 | 0 | 52 | 12 | 15 | 472 | 72 | 104 |
| Binary | 11011101 | 10000000 | 11000111 | 0 | 101010 | 1010 | 1101 | 100111010 | 111010 | 1000100 |
Color Harmonies of #DD80C7
Complementary color
Monochromatic Colors of #DD80C7
Black with #DD80C7
Text Example
Text Example
White with #DD80C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80C7; }
p { color: rgb(221,128,199); }
H1.HeaderClassName
{
color: #DD80C7;
}
.AnyTagClassName
{
color: #DD80C7;
}
</style>
background-color css
<style>
a { background-color: #DD80C7; }
a { background-color: rgb(221,128,199); }
div.DivClassName
{
background-color: #DD80C7;
}
.BgClassName
{
background-color: #DD80C7;
}
</style>
border-color css
<style>
span { border-color: #DD80C7; }
span { border-color: rgb(221,128,199); }
td.TdClassName
{
border-color: #DD80C7;
}
.TagClassName
{
border-color: #DD80C7;
}
</style>