Shades of Orchid #DD77CB
Tints of Orchid #DD77CB
RGB
CMYK
RGB Variations
Color information
#DD77CB (or 0xDD77CB) is known color: Orchid. HEX triplet: DD, 77 and CB. RGB value is (221,119,203). Sum of RGB (Red+Green+Blue) = 221+119+203=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77CB is #228834. Grayscale: #9E9E9E. Windows color (decimal): -2263093 or 13334493. OLE color: 13334493.
HSL color Cylindrical-coordinate representation of color #DD77CB: hue angle of 310.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD77CB is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 203 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.13 |
| HSL | 310.59º | 0.6% | 0.67% | - |
| HSV(B) | 310.59º | 0.46% | 0.87% | - |
| XYZ | 47.2 | 32.88 | 60.36 | - |
| YUV | 159.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 203 | 0 | 0.46 | 0.08 | 0.13 | 310.59 | 0.6 | 0.67 |
| Hex | DD | 77 | CB | 0 | 2E | 8 | D | 137 | 3C | 43 |
| Octal | 335 | 167 | 313 | 0 | 56 | 10 | 15 | 467 | 74 | 103 |
| Binary | 11011101 | 1110111 | 11001011 | 0 | 101110 | 1000 | 1101 | 100110111 | 111100 | 1000011 |
Color Harmonies of #DD77CB
Complementary color
Monochromatic Colors of #DD77CB
Black with #DD77CB
Text Example
Text Example
White with #DD77CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77CB; }
p { color: rgb(221,119,203); }
H1.HeaderClassName
{
color: #DD77CB;
}
.AnyTagClassName
{
color: #DD77CB;
}
</style>
background-color css
<style>
a { background-color: #DD77CB; }
a { background-color: rgb(221,119,203); }
div.DivClassName
{
background-color: #DD77CB;
}
.BgClassName
{
background-color: #DD77CB;
}
</style>
border-color css
<style>
span { border-color: #DD77CB; }
span { border-color: rgb(221,119,203); }
td.TdClassName
{
border-color: #DD77CB;
}
.TagClassName
{
border-color: #DD77CB;
}
</style>