Shades of Orchid #DD76C2
Tints of Orchid #DD76C2
RGB
CMYK
RGB Variations
Color information
#DD76C2 (or 0xDD76C2) is known color: Orchid. HEX triplet: DD, 76 and C2. RGB value is (221,118,194). Sum of RGB (Red+Green+Blue) = 221+118+194=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76C2 is #22893D. Grayscale: #9D9D9D. Windows color (decimal): -2263358 or 12744413. OLE color: 12744413.
HSL color Cylindrical-coordinate representation of color #DD76C2: hue angle of 315.73º 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 #DD76C2 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 194 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.13 |
| HSL | 315.73º | 0.6% | 0.66% | - |
| HSV(B) | 315.73º | 0.47% | 0.87% | - |
| XYZ | 46.03 | 32.22 | 54.83 | - |
| YUV | 157.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 194 | 0 | 0.47 | 0.12 | 0.13 | 315.73 | 0.6 | 0.66 |
| Hex | DD | 76 | C2 | 0 | 2F | C | D | 13C | 3C | 42 |
| Octal | 335 | 166 | 302 | 0 | 57 | 14 | 15 | 474 | 74 | 102 |
| Binary | 11011101 | 1110110 | 11000010 | 0 | 101111 | 1100 | 1101 | 100111100 | 111100 | 1000010 |
Color Harmonies of #DD76C2
Complementary color
Monochromatic Colors of #DD76C2
Black with #DD76C2
Text Example
Text Example
White with #DD76C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76C2; }
p { color: rgb(221,118,194); }
H1.HeaderClassName
{
color: #DD76C2;
}
.AnyTagClassName
{
color: #DD76C2;
}
</style>
background-color css
<style>
a { background-color: #DD76C2; }
a { background-color: rgb(221,118,194); }
div.DivClassName
{
background-color: #DD76C2;
}
.BgClassName
{
background-color: #DD76C2;
}
</style>
border-color css
<style>
span { border-color: #DD76C2; }
span { border-color: rgb(221,118,194); }
td.TdClassName
{
border-color: #DD76C2;
}
.TagClassName
{
border-color: #DD76C2;
}
</style>