Shades of Orchid #DD80C5
Tints of Orchid #DD80C5
RGB
CMYK
RGB Variations
Color information
#DD80C5 (or 0xDD80C5) is known color: Orchid. HEX triplet: DD, 80 and C5. RGB value is (221,128,197). Sum of RGB (Red+Green+Blue) = 221+128+197=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80C5 is #227F3A. Grayscale: #A3A3A3. Windows color (decimal): -2260795 or 12943581. OLE color: 12943581.
HSL color Cylindrical-coordinate representation of color #DD80C5: hue angle of 315.48º 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 #DD80C5 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 197 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.13 |
| HSL | 315.48º | 0.58% | 0.68% | - |
| HSV(B) | 315.48º | 0.42% | 0.87% | - |
| XYZ | 47.62 | 34.84 | 57.04 | - |
| YUV | 163.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 197 | 0 | 0.42 | 0.11 | 0.13 | 315.48 | 0.58 | 0.68 |
| Hex | DD | 80 | C5 | 0 | 2A | B | D | 13B | 3A | 44 |
| Octal | 335 | 200 | 305 | 0 | 52 | 13 | 15 | 473 | 72 | 104 |
| Binary | 11011101 | 10000000 | 11000101 | 0 | 101010 | 1011 | 1101 | 100111011 | 111010 | 1000100 |
Color Harmonies of #DD80C5
Complementary color
Monochromatic Colors of #DD80C5
Black with #DD80C5
Text Example
Text Example
White with #DD80C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80C5; }
p { color: rgb(221,128,197); }
H1.HeaderClassName
{
color: #DD80C5;
}
.AnyTagClassName
{
color: #DD80C5;
}
</style>
background-color css
<style>
a { background-color: #DD80C5; }
a { background-color: rgb(221,128,197); }
div.DivClassName
{
background-color: #DD80C5;
}
.BgClassName
{
background-color: #DD80C5;
}
</style>
border-color css
<style>
span { border-color: #DD80C5; }
span { border-color: rgb(221,128,197); }
td.TdClassName
{
border-color: #DD80C5;
}
.TagClassName
{
border-color: #DD80C5;
}
</style>