Shades of Orchid #DD6EE1
Tints of Orchid #DD6EE1
RGB
CMYK
RGB Variations
Color information
#DD6EE1 (or 0xDD6EE1) is known color: Orchid. HEX triplet: DD, 6E and E1. RGB value is (221,110,225). Sum of RGB (Red+Green+Blue) = 221+110+225=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EE1 is #22911E. Grayscale: #9B9B9B. Windows color (decimal): -2265375 or 14773981. OLE color: 14773981.
HSL color Cylindrical-coordinate representation of color #DD6EE1: hue angle of 297.91º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6EE1 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 110 | 225 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.12 |
| HSL | 297.91º | 0.66% | 0.66% | - |
| HSV(B) | 297.91º | 0.51% | 0.88% | - |
| XYZ | 48.99 | 31.96 | 74.82 | - |
| YUV | 156.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 225 | 0.02 | 0.51 | 0 | 0.12 | 297.91 | 0.66 | 0.66 |
| Hex | DD | 6E | E1 | 2 | 33 | 0 | C | 12A | 42 | 42 |
| Octal | 335 | 156 | 341 | 2 | 63 | 0 | 14 | 452 | 102 | 102 |
| Binary | 11011101 | 1101110 | 11100001 | 10 | 110011 | 0 | 1100 | 100101010 | 1000010 | 1000010 |
Color Harmonies of #DD6EE1
Complementary color
Monochromatic Colors of #DD6EE1
Black with #DD6EE1
Text Example
Text Example
White with #DD6EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EE1; }
p { color: rgb(221,110,225); }
H1.HeaderClassName
{
color: #DD6EE1;
}
.AnyTagClassName
{
color: #DD6EE1;
}
</style>
background-color css
<style>
a { background-color: #DD6EE1; }
a { background-color: rgb(221,110,225); }
div.DivClassName
{
background-color: #DD6EE1;
}
.BgClassName
{
background-color: #DD6EE1;
}
</style>
border-color css
<style>
span { border-color: #DD6EE1; }
span { border-color: rgb(221,110,225); }
td.TdClassName
{
border-color: #DD6EE1;
}
.TagClassName
{
border-color: #DD6EE1;
}
</style>