Shades of Orchid #DD80CC
Tints of Orchid #DD80CC
RGB
CMYK
RGB Variations
Color information
#DD80CC (or 0xDD80CC) is known color: Orchid. HEX triplet: DD, 80 and CC. RGB value is (221,128,204). Sum of RGB (Red+Green+Blue) = 221+128+204=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80CC is #227F33. Grayscale: #A4A4A4. Windows color (decimal): -2260788 or 13402333. OLE color: 13402333.
HSL color Cylindrical-coordinate representation of color #DD80CC: hue angle of 310.97º 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 #DD80CC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 204 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.13 |
| HSL | 310.97º | 0.58% | 0.68% | - |
| HSV(B) | 310.97º | 0.42% | 0.87% | - |
| XYZ | 48.44 | 35.17 | 61.36 | - |
| YUV | 164.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 204 | 0 | 0.42 | 0.08 | 0.13 | 310.97 | 0.58 | 0.68 |
| Hex | DD | 80 | CC | 0 | 2A | 8 | D | 137 | 3A | 44 |
| Octal | 335 | 200 | 314 | 0 | 52 | 10 | 15 | 467 | 72 | 104 |
| Binary | 11011101 | 10000000 | 11001100 | 0 | 101010 | 1000 | 1101 | 100110111 | 111010 | 1000100 |
Color Harmonies of #DD80CC
Complementary color
Monochromatic Colors of #DD80CC
Black with #DD80CC
Text Example
Text Example
White with #DD80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80CC; }
p { color: rgb(221,128,204); }
H1.HeaderClassName
{
color: #DD80CC;
}
.AnyTagClassName
{
color: #DD80CC;
}
</style>
background-color css
<style>
a { background-color: #DD80CC; }
a { background-color: rgb(221,128,204); }
div.DivClassName
{
background-color: #DD80CC;
}
.BgClassName
{
background-color: #DD80CC;
}
</style>
border-color css
<style>
span { border-color: #DD80CC; }
span { border-color: rgb(221,128,204); }
td.TdClassName
{
border-color: #DD80CC;
}
.TagClassName
{
border-color: #DD80CC;
}
</style>