Shades of Orchid #DD6ED3
Tints of Orchid #DD6ED3
RGB
CMYK
RGB Variations
Color information
#DD6ED3 (or 0xDD6ED3) is known color: Orchid. HEX triplet: DD, 6E and D3. RGB value is (221,110,211). Sum of RGB (Red+Green+Blue) = 221+110+211=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ED3 is #22912C. Grayscale: #9A9A9A. Windows color (decimal): -2265389 or 13856477. OLE color: 13856477.
HSL color Cylindrical-coordinate representation of color #DD6ED3: hue angle of 305.41º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6ED3 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 211 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.13 |
| HSL | 305.41º | 0.62% | 0.65% | - |
| HSV(B) | 305.41º | 0.5% | 0.87% | - |
| XYZ | 47.15 | 31.23 | 65.17 | - |
| YUV | 154.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 211 | 0 | 0.50 | 0.05 | 0.13 | 305.41 | 0.62 | 0.65 |
| Hex | DD | 6E | D3 | 0 | 32 | 5 | D | 131 | 3E | 41 |
| Octal | 335 | 156 | 323 | 0 | 62 | 5 | 15 | 461 | 76 | 101 |
| Binary | 11011101 | 1101110 | 11010011 | 0 | 110010 | 101 | 1101 | 100110001 | 111110 | 1000001 |
Color Harmonies of #DD6ED3
Complementary color
Monochromatic Colors of #DD6ED3
Black with #DD6ED3
Text Example
Text Example
White with #DD6ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6ED3; }
p { color: rgb(221,110,211); }
H1.HeaderClassName
{
color: #DD6ED3;
}
.AnyTagClassName
{
color: #DD6ED3;
}
</style>
background-color css
<style>
a { background-color: #DD6ED3; }
a { background-color: rgb(221,110,211); }
div.DivClassName
{
background-color: #DD6ED3;
}
.BgClassName
{
background-color: #DD6ED3;
}
</style>
border-color css
<style>
span { border-color: #DD6ED3; }
span { border-color: rgb(221,110,211); }
td.TdClassName
{
border-color: #DD6ED3;
}
.TagClassName
{
border-color: #DD6ED3;
}
</style>