Shades of Orchid #DD76CD
Tints of Orchid #DD76CD
RGB
CMYK
RGB Variations
Color information
#DD76CD (or 0xDD76CD) is known color: Orchid. HEX triplet: DD, 76 and CD. RGB value is (221,118,205). Sum of RGB (Red+Green+Blue) = 221+118+205=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76CD is #228932. Grayscale: #9E9E9E. Windows color (decimal): -2263347 or 13465309. OLE color: 13465309.
HSL color Cylindrical-coordinate representation of color #DD76CD: hue angle of 309.32º 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 #DD76CD is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 205 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.13 |
| HSL | 309.32º | 0.6% | 0.66% | - |
| HSV(B) | 309.32º | 0.47% | 0.87% | - |
| XYZ | 47.32 | 32.74 | 61.58 | - |
| YUV | 158.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 205 | 0 | 0.47 | 0.07 | 0.13 | 309.32 | 0.6 | 0.66 |
| Hex | DD | 76 | CD | 0 | 2F | 7 | D | 135 | 3C | 42 |
| Octal | 335 | 166 | 315 | 0 | 57 | 7 | 15 | 465 | 74 | 102 |
| Binary | 11011101 | 1110110 | 11001101 | 0 | 101111 | 111 | 1101 | 100110101 | 111100 | 1000010 |
Color Harmonies of #DD76CD
Complementary color
Monochromatic Colors of #DD76CD
Black with #DD76CD
Text Example
Text Example
White with #DD76CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76CD; }
p { color: rgb(221,118,205); }
H1.HeaderClassName
{
color: #DD76CD;
}
.AnyTagClassName
{
color: #DD76CD;
}
</style>
background-color css
<style>
a { background-color: #DD76CD; }
a { background-color: rgb(221,118,205); }
div.DivClassName
{
background-color: #DD76CD;
}
.BgClassName
{
background-color: #DD76CD;
}
</style>
border-color css
<style>
span { border-color: #DD76CD; }
span { border-color: rgb(221,118,205); }
td.TdClassName
{
border-color: #DD76CD;
}
.TagClassName
{
border-color: #DD76CD;
}
</style>