Shades of Orchid #DD80C8
Tints of Orchid #DD80C8
RGB
CMYK
RGB Variations
Color information
#DD80C8 (or 0xDD80C8) is known color: Orchid. HEX triplet: DD, 80 and C8. RGB value is (221,128,200). Sum of RGB (Red+Green+Blue) = 221+128+200=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80C8 is #227F37. Grayscale: #A3A3A3. Windows color (decimal): -2260792 or 13140189. OLE color: 13140189.
HSL color Cylindrical-coordinate representation of color #DD80C8: hue angle of 313.55º 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 #DD80C8 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 200 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.13 |
| HSL | 313.55º | 0.58% | 0.68% | - |
| HSV(B) | 313.55º | 0.42% | 0.87% | - |
| XYZ | 47.96 | 34.98 | 58.87 | - |
| YUV | 164.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 200 | 0 | 0.42 | 0.10 | 0.13 | 313.55 | 0.58 | 0.68 |
| Hex | DD | 80 | C8 | 0 | 2A | A | D | 13A | 3A | 44 |
| Octal | 335 | 200 | 310 | 0 | 52 | 12 | 15 | 472 | 72 | 104 |
| Binary | 11011101 | 10000000 | 11001000 | 0 | 101010 | 1010 | 1101 | 100111010 | 111010 | 1000100 |
Color Harmonies of #DD80C8
Complementary color
Monochromatic Colors of #DD80C8
Black with #DD80C8
Text Example
Text Example
White with #DD80C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80C8; }
p { color: rgb(221,128,200); }
H1.HeaderClassName
{
color: #DD80C8;
}
.AnyTagClassName
{
color: #DD80C8;
}
</style>
background-color css
<style>
a { background-color: #DD80C8; }
a { background-color: rgb(221,128,200); }
div.DivClassName
{
background-color: #DD80C8;
}
.BgClassName
{
background-color: #DD80C8;
}
</style>
border-color css
<style>
span { border-color: #DD80C8; }
span { border-color: rgb(221,128,200); }
td.TdClassName
{
border-color: #DD80C8;
}
.TagClassName
{
border-color: #DD80C8;
}
</style>