Shades of Orchid #DD6EE7
Tints of Orchid #DD6EE7
RGB
CMYK
RGB Variations
Color information
#DD6EE7 (or 0xDD6EE7) is known color: Orchid. HEX triplet: DD, 6E and E7. RGB value is (221,110,231). Sum of RGB (Red+Green+Blue) = 221+110+231=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD6EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EE7 is #229118. Grayscale: #9C9C9C. Windows color (decimal): -2265369 or 15167197. OLE color: 15167197.
HSL color Cylindrical-coordinate representation of color #DD6EE7: hue angle of 295.04º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6EE7 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 110 | 231 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.09 |
| HSL | 295.04º | 0.72% | 0.67% | - |
| HSV(B) | 295.04º | 0.52% | 0.91% | - |
| XYZ | 49.82 | 32.29 | 79.21 | - |
| YUV | 156.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 231 | 0.04 | 0.52 | 0 | 0.09 | 295.04 | 0.72 | 0.67 |
| Hex | DD | 6E | E7 | 4 | 34 | 0 | 9 | 127 | 48 | 43 |
| Octal | 335 | 156 | 347 | 4 | 64 | 0 | 11 | 447 | 110 | 103 |
| Binary | 11011101 | 1101110 | 11100111 | 100 | 110100 | 0 | 1001 | 100100111 | 1001000 | 1000011 |
Color Harmonies of #DD6EE7
Complementary color
Monochromatic Colors of #DD6EE7
Black with #DD6EE7
Text Example
Text Example
White with #DD6EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EE7; }
p { color: rgb(221,110,231); }
H1.HeaderClassName
{
color: #DD6EE7;
}
.AnyTagClassName
{
color: #DD6EE7;
}
</style>
background-color css
<style>
a { background-color: #DD6EE7; }
a { background-color: rgb(221,110,231); }
div.DivClassName
{
background-color: #DD6EE7;
}
.BgClassName
{
background-color: #DD6EE7;
}
</style>
border-color css
<style>
span { border-color: #DD6EE7; }
span { border-color: rgb(221,110,231); }
td.TdClassName
{
border-color: #DD6EE7;
}
.TagClassName
{
border-color: #DD6EE7;
}
</style>