Shades of Orchid #DD76DC
Tints of Orchid #DD76DC
RGB
CMYK
RGB Variations
Color information
#DD76DC (or 0xDD76DC) is known color: Orchid. HEX triplet: DD, 76 and DC. RGB value is (221,118,220). Sum of RGB (Red+Green+Blue) = 221+118+220=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76DC is #228923. Grayscale: #A0A0A0. Windows color (decimal): -2263332 or 14448349. OLE color: 14448349.
HSL color Cylindrical-coordinate representation of color #DD76DC: hue angle of 300.58º 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 #DD76DC is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 220 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.13 |
| HSL | 300.58º | 0.6% | 0.66% | - |
| HSV(B) | 300.58º | 0.47% | 0.87% | - |
| XYZ | 49.22 | 33.5 | 71.58 | - |
| YUV | 160.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 220 | 0 | 0.47 | 0.00 | 0.13 | 300.58 | 0.6 | 0.66 |
| Hex | DD | 76 | DC | 0 | 2F | 0 | D | 12D | 3C | 42 |
| Octal | 335 | 166 | 334 | 0 | 57 | 0 | 15 | 455 | 74 | 102 |
| Binary | 11011101 | 1110110 | 11011100 | 0 | 101111 | 0 | 1101 | 100101101 | 111100 | 1000010 |
Color Harmonies of #DD76DC
Complementary color
Monochromatic Colors of #DD76DC
Black with #DD76DC
Text Example
Text Example
White with #DD76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76DC; }
p { color: rgb(221,118,220); }
H1.HeaderClassName
{
color: #DD76DC;
}
.AnyTagClassName
{
color: #DD76DC;
}
</style>
background-color css
<style>
a { background-color: #DD76DC; }
a { background-color: rgb(221,118,220); }
div.DivClassName
{
background-color: #DD76DC;
}
.BgClassName
{
background-color: #DD76DC;
}
</style>
border-color css
<style>
span { border-color: #DD76DC; }
span { border-color: rgb(221,118,220); }
td.TdClassName
{
border-color: #DD76DC;
}
.TagClassName
{
border-color: #DD76DC;
}
</style>