Shades of Orchid #DD76DD
Tints of Orchid #DD76DD
RGB
CMYK
RGB Variations
Color information
#DD76DD (or 0xDD76DD) is known color: Orchid. HEX triplet: DD, 76 and DD. RGB value is (221,118,221). Sum of RGB (Red+Green+Blue) = 221+118+221=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76DD is #228922. Grayscale: #A0A0A0. Windows color (decimal): -2263331 or 14513885. OLE color: 14513885.
HSL color Cylindrical-coordinate representation of color #DD76DD: hue angle of 300º 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 #DD76DD is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 221 | - |
| CMYK | 0 | 0.47 | 0 | 0.13 |
| HSL | 300º | 0.6% | 0.66% | - |
| HSV(B) | 300º | 0.47% | 0.87% | - |
| XYZ | 49.35 | 33.55 | 72.28 | - |
| YUV | 160.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 221 | 0 | 0.47 | 0 | 0.13 | 300 | 0.6 | 0.66 |
| Hex | DD | 76 | DD | 0 | 2F | 0 | D | 12C | 3C | 42 |
| Octal | 335 | 166 | 335 | 0 | 57 | 0 | 15 | 454 | 74 | 102 |
| Binary | 11011101 | 1110110 | 11011101 | 0 | 101111 | 0 | 1101 | 100101100 | 111100 | 1000010 |
Color Harmonies of #DD76DD
Complementary color
Monochromatic Colors of #DD76DD
Black with #DD76DD
Text Example
Text Example
White with #DD76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76DD; }
p { color: rgb(221,118,221); }
H1.HeaderClassName
{
color: #DD76DD;
}
.AnyTagClassName
{
color: #DD76DD;
}
</style>
background-color css
<style>
a { background-color: #DD76DD; }
a { background-color: rgb(221,118,221); }
div.DivClassName
{
background-color: #DD76DD;
}
.BgClassName
{
background-color: #DD76DD;
}
</style>
border-color css
<style>
span { border-color: #DD76DD; }
span { border-color: rgb(221,118,221); }
td.TdClassName
{
border-color: #DD76DD;
}
.TagClassName
{
border-color: #DD76DD;
}
</style>