Shades of Orchid #DD6ECD
Tints of Orchid #DD6ECD
RGB
CMYK
RGB Variations
Color information
#DD6ECD (or 0xDD6ECD) is known color: Orchid. HEX triplet: DD, 6E and CD. RGB value is (221,110,205). Sum of RGB (Red+Green+Blue) = 221+110+205=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ECD is #229132. Grayscale: #999999. Windows color (decimal): -2265395 or 13463261. OLE color: 13463261.
HSL color Cylindrical-coordinate representation of color #DD6ECD: hue angle of 308.65º 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 #DD6ECD is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 205 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.13 |
| HSL | 308.65º | 0.62% | 0.65% | - |
| HSV(B) | 308.65º | 0.5% | 0.87% | - |
| XYZ | 46.41 | 30.93 | 61.28 | - |
| YUV | 154.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 205 | 0 | 0.50 | 0.07 | 0.13 | 308.65 | 0.62 | 0.65 |
| Hex | DD | 6E | CD | 0 | 32 | 7 | D | 135 | 3E | 41 |
| Octal | 335 | 156 | 315 | 0 | 62 | 7 | 15 | 465 | 76 | 101 |
| Binary | 11011101 | 1101110 | 11001101 | 0 | 110010 | 111 | 1101 | 100110101 | 111110 | 1000001 |
Color Harmonies of #DD6ECD
Complementary color
Monochromatic Colors of #DD6ECD
Black with #DD6ECD
Text Example
Text Example
White with #DD6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6ECD; }
p { color: rgb(221,110,205); }
H1.HeaderClassName
{
color: #DD6ECD;
}
.AnyTagClassName
{
color: #DD6ECD;
}
</style>
background-color css
<style>
a { background-color: #DD6ECD; }
a { background-color: rgb(221,110,205); }
div.DivClassName
{
background-color: #DD6ECD;
}
.BgClassName
{
background-color: #DD6ECD;
}
</style>
border-color css
<style>
span { border-color: #DD6ECD; }
span { border-color: rgb(221,110,205); }
td.TdClassName
{
border-color: #DD6ECD;
}
.TagClassName
{
border-color: #DD6ECD;
}
</style>