Shades of Orchid #DD80C6
Tints of Orchid #DD80C6
RGB
CMYK
RGB Variations
Color information
#DD80C6 (or 0xDD80C6) is known color: Orchid. HEX triplet: DD, 80 and C6. RGB value is (221,128,198). Sum of RGB (Red+Green+Blue) = 221+128+198=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80C6 is #227F39. Grayscale: #A3A3A3. Windows color (decimal): -2260794 or 13009117. OLE color: 13009117.
HSL color Cylindrical-coordinate representation of color #DD80C6: hue angle of 314.84º 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 #DD80C6 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 198 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.13 |
| HSL | 314.84º | 0.58% | 0.68% | - |
| HSV(B) | 314.84º | 0.42% | 0.87% | - |
| XYZ | 47.73 | 34.89 | 57.64 | - |
| YUV | 163.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 198 | 0 | 0.42 | 0.10 | 0.13 | 314.84 | 0.58 | 0.68 |
| Hex | DD | 80 | C6 | 0 | 2A | A | D | 13B | 3A | 44 |
| Octal | 335 | 200 | 306 | 0 | 52 | 12 | 15 | 473 | 72 | 104 |
| Binary | 11011101 | 10000000 | 11000110 | 0 | 101010 | 1010 | 1101 | 100111011 | 111010 | 1000100 |
Color Harmonies of #DD80C6
Complementary color
Monochromatic Colors of #DD80C6
Black with #DD80C6
Text Example
Text Example
White with #DD80C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80C6; }
p { color: rgb(221,128,198); }
H1.HeaderClassName
{
color: #DD80C6;
}
.AnyTagClassName
{
color: #DD80C6;
}
</style>
background-color css
<style>
a { background-color: #DD80C6; }
a { background-color: rgb(221,128,198); }
div.DivClassName
{
background-color: #DD80C6;
}
.BgClassName
{
background-color: #DD80C6;
}
</style>
border-color css
<style>
span { border-color: #DD80C6; }
span { border-color: rgb(221,128,198); }
td.TdClassName
{
border-color: #DD80C6;
}
.TagClassName
{
border-color: #DD80C6;
}
</style>