Shades of Orchid #DD7ECB
Tints of Orchid #DD7ECB
RGB
CMYK
RGB Variations
Color information
#DD7ECB (or 0xDD7ECB) is known color: Orchid. HEX triplet: DD, 7E and CB. RGB value is (221,126,203). Sum of RGB (Red+Green+Blue) = 221+126+203=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ECB is #228134. Grayscale: #A2A2A2. Windows color (decimal): -2261301 or 13336285. OLE color: 13336285.
HSL color Cylindrical-coordinate representation of color #DD7ECB: hue angle of 311.37º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7ECB is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 203 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.13 |
| HSL | 311.37º | 0.58% | 0.68% | - |
| HSV(B) | 311.37º | 0.43% | 0.87% | - |
| XYZ | 48.06 | 34.61 | 60.65 | - |
| YUV | 163.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 203 | 0 | 0.43 | 0.08 | 0.13 | 311.37 | 0.58 | 0.68 |
| Hex | DD | 7E | CB | 0 | 2B | 8 | D | 137 | 3A | 44 |
| Octal | 335 | 176 | 313 | 0 | 53 | 10 | 15 | 467 | 72 | 104 |
| Binary | 11011101 | 1111110 | 11001011 | 0 | 101011 | 1000 | 1101 | 100110111 | 111010 | 1000100 |
Color Harmonies of #DD7ECB
Complementary color
Monochromatic Colors of #DD7ECB
Black with #DD7ECB
Text Example
Text Example
White with #DD7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7ECB; }
p { color: rgb(221,126,203); }
H1.HeaderClassName
{
color: #DD7ECB;
}
.AnyTagClassName
{
color: #DD7ECB;
}
</style>
background-color css
<style>
a { background-color: #DD7ECB; }
a { background-color: rgb(221,126,203); }
div.DivClassName
{
background-color: #DD7ECB;
}
.BgClassName
{
background-color: #DD7ECB;
}
</style>
border-color css
<style>
span { border-color: #DD7ECB; }
span { border-color: rgb(221,126,203); }
td.TdClassName
{
border-color: #DD7ECB;
}
.TagClassName
{
border-color: #DD7ECB;
}
</style>