Shades of Orchid #DD6EDC
Tints of Orchid #DD6EDC
RGB
CMYK
RGB Variations
Color information
#DD6EDC (or 0xDD6EDC) is known color: Orchid. HEX triplet: DD, 6E and DC. RGB value is (221,110,220). Sum of RGB (Red+Green+Blue) = 221+110+220=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 110 (43.36% from 255 or 19.96% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EDC is #229123. Grayscale: #9B9B9B. Windows color (decimal): -2265380 or 14446301. OLE color: 14446301.
HSL color Cylindrical-coordinate representation of color #DD6EDC: hue angle of 300.54º 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 #DD6EDC is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 220 | - |
| CMYK | 0 | 0.50 | 0.00 | 0.13 |
| HSL | 300.54º | 0.62% | 0.65% | - |
| HSV(B) | 300.54º | 0.5% | 0.87% | - |
| XYZ | 48.31 | 31.69 | 71.28 | - |
| YUV | 155.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 220 | 0 | 0.50 | 0.00 | 0.13 | 300.54 | 0.62 | 0.65 |
| Hex | DD | 6E | DC | 0 | 32 | 0 | D | 12D | 3E | 41 |
| Octal | 335 | 156 | 334 | 0 | 62 | 0 | 15 | 455 | 76 | 101 |
| Binary | 11011101 | 1101110 | 11011100 | 0 | 110010 | 0 | 1101 | 100101101 | 111110 | 1000001 |
Color Harmonies of #DD6EDC
Complementary color
Monochromatic Colors of #DD6EDC
Black with #DD6EDC
Text Example
Text Example
White with #DD6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EDC; }
p { color: rgb(221,110,220); }
H1.HeaderClassName
{
color: #DD6EDC;
}
.AnyTagClassName
{
color: #DD6EDC;
}
</style>
background-color css
<style>
a { background-color: #DD6EDC; }
a { background-color: rgb(221,110,220); }
div.DivClassName
{
background-color: #DD6EDC;
}
.BgClassName
{
background-color: #DD6EDC;
}
</style>
border-color css
<style>
span { border-color: #DD6EDC; }
span { border-color: rgb(221,110,220); }
td.TdClassName
{
border-color: #DD6EDC;
}
.TagClassName
{
border-color: #DD6EDC;
}
</style>