Shades of Orchid #DD76CC
Tints of Orchid #DD76CC
RGB
CMYK
RGB Variations
Color information
#DD76CC (or 0xDD76CC) is known color: Orchid. HEX triplet: DD, 76 and CC. RGB value is (221,118,204). Sum of RGB (Red+Green+Blue) = 221+118+204=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76CC is #228933. Grayscale: #9E9E9E. Windows color (decimal): -2263348 or 13399773. OLE color: 13399773.
HSL color Cylindrical-coordinate representation of color #DD76CC: hue angle of 309.9º 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 #DD76CC is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 204 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.13 |
| HSL | 309.9º | 0.6% | 0.66% | - |
| HSV(B) | 309.9º | 0.47% | 0.87% | - |
| XYZ | 47.2 | 32.69 | 60.95 | - |
| YUV | 158.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 204 | 0 | 0.47 | 0.08 | 0.13 | 309.9 | 0.6 | 0.66 |
| Hex | DD | 76 | CC | 0 | 2F | 8 | D | 136 | 3C | 42 |
| Octal | 335 | 166 | 314 | 0 | 57 | 10 | 15 | 466 | 74 | 102 |
| Binary | 11011101 | 1110110 | 11001100 | 0 | 101111 | 1000 | 1101 | 100110110 | 111100 | 1000010 |
Color Harmonies of #DD76CC
Complementary color
Monochromatic Colors of #DD76CC
Black with #DD76CC
Text Example
Text Example
White with #DD76CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76CC; }
p { color: rgb(221,118,204); }
H1.HeaderClassName
{
color: #DD76CC;
}
.AnyTagClassName
{
color: #DD76CC;
}
</style>
background-color css
<style>
a { background-color: #DD76CC; }
a { background-color: rgb(221,118,204); }
div.DivClassName
{
background-color: #DD76CC;
}
.BgClassName
{
background-color: #DD76CC;
}
</style>
border-color css
<style>
span { border-color: #DD76CC; }
span { border-color: rgb(221,118,204); }
td.TdClassName
{
border-color: #DD76CC;
}
.TagClassName
{
border-color: #DD76CC;
}
</style>