Shades of Orchid #DD76C8
Tints of Orchid #DD76C8
RGB
CMYK
RGB Variations
Color information
#DD76C8 (or 0xDD76C8) is known color: Orchid. HEX triplet: DD, 76 and C8. RGB value is (221,118,200). Sum of RGB (Red+Green+Blue) = 221+118+200=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76C8 is #228937. Grayscale: #9D9D9D. Windows color (decimal): -2263352 or 13137629. OLE color: 13137629.
HSL color Cylindrical-coordinate representation of color #DD76C8: hue angle of 312.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76C8 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 200 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.13 |
| HSL | 312.23º | 0.6% | 0.66% | - |
| HSV(B) | 312.23º | 0.47% | 0.87% | - |
| XYZ | 46.72 | 32.5 | 58.45 | - |
| YUV | 158.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 200 | 0 | 0.47 | 0.10 | 0.13 | 312.23 | 0.6 | 0.66 |
| Hex | DD | 76 | C8 | 0 | 2F | A | D | 138 | 3C | 42 |
| Octal | 335 | 166 | 310 | 0 | 57 | 12 | 15 | 470 | 74 | 102 |
| Binary | 11011101 | 1110110 | 11001000 | 0 | 101111 | 1010 | 1101 | 100111000 | 111100 | 1000010 |
Color Harmonies of #DD76C8
Complementary color
Monochromatic Colors of #DD76C8
Black with #DD76C8
Text Example
Text Example
White with #DD76C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76C8; }
p { color: rgb(221,118,200); }
H1.HeaderClassName
{
color: #DD76C8;
}
.AnyTagClassName
{
color: #DD76C8;
}
</style>
background-color css
<style>
a { background-color: #DD76C8; }
a { background-color: rgb(221,118,200); }
div.DivClassName
{
background-color: #DD76C8;
}
.BgClassName
{
background-color: #DD76C8;
}
</style>
border-color css
<style>
span { border-color: #DD76C8; }
span { border-color: rgb(221,118,200); }
td.TdClassName
{
border-color: #DD76C8;
}
.TagClassName
{
border-color: #DD76C8;
}
</style>