Shades of Orchid #DD6EE0
Tints of Orchid #DD6EE0
RGB
CMYK
RGB Variations
Color information
#DD6EE0 (or 0xDD6EE0) is known color: Orchid. HEX triplet: DD, 6E and E0. RGB value is (221,110,224). Sum of RGB (Red+Green+Blue) = 221+110+224=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD6EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EE0 is #22911F. Grayscale: #9B9B9B. Windows color (decimal): -2265376 or 14708445. OLE color: 14708445.
HSL color Cylindrical-coordinate representation of color #DD6EE0: hue angle of 298.42º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6EE0 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 110 | 224 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.12 |
| HSL | 298.42º | 0.65% | 0.65% | - |
| HSV(B) | 298.42º | 0.51% | 0.88% | - |
| XYZ | 48.85 | 31.91 | 74.1 | - |
| YUV | 156.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 224 | 0.01 | 0.51 | 0 | 0.12 | 298.42 | 0.65 | 0.65 |
| Hex | DD | 6E | E0 | 1 | 33 | 0 | C | 12A | 41 | 41 |
| Octal | 335 | 156 | 340 | 1 | 63 | 0 | 14 | 452 | 101 | 101 |
| Binary | 11011101 | 1101110 | 11100000 | 1 | 110011 | 0 | 1100 | 100101010 | 1000001 | 1000001 |
Color Harmonies of #DD6EE0
Complementary color
Monochromatic Colors of #DD6EE0
Black with #DD6EE0
Text Example
Text Example
White with #DD6EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EE0; }
p { color: rgb(221,110,224); }
H1.HeaderClassName
{
color: #DD6EE0;
}
.AnyTagClassName
{
color: #DD6EE0;
}
</style>
background-color css
<style>
a { background-color: #DD6EE0; }
a { background-color: rgb(221,110,224); }
div.DivClassName
{
background-color: #DD6EE0;
}
.BgClassName
{
background-color: #DD6EE0;
}
</style>
border-color css
<style>
span { border-color: #DD6EE0; }
span { border-color: rgb(221,110,224); }
td.TdClassName
{
border-color: #DD6EE0;
}
.TagClassName
{
border-color: #DD6EE0;
}
</style>