Shades of Orchid #DD6EDA
Tints of Orchid #DD6EDA
RGB
CMYK
RGB Variations
Color information
#DD6EDA (or 0xDD6EDA) is known color: Orchid. HEX triplet: DD, 6E and DA. RGB value is (221,110,218). Sum of RGB (Red+Green+Blue) = 221+110+218=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EDA is #229125. Grayscale: #9B9B9B. Windows color (decimal): -2265382 or 14315229. OLE color: 14315229.
HSL color Cylindrical-coordinate representation of color #DD6EDA: hue angle of 301.62º 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 #DD6EDA is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 218 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.13 |
| HSL | 301.62º | 0.62% | 0.65% | - |
| HSV(B) | 301.62º | 0.5% | 0.87% | - |
| XYZ | 48.05 | 31.59 | 69.89 | - |
| YUV | 155.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 218 | 0 | 0.50 | 0.01 | 0.13 | 301.62 | 0.62 | 0.65 |
| Hex | DD | 6E | DA | 0 | 32 | 1 | D | 12E | 3E | 41 |
| Octal | 335 | 156 | 332 | 0 | 62 | 1 | 15 | 456 | 76 | 101 |
| Binary | 11011101 | 1101110 | 11011010 | 0 | 110010 | 1 | 1101 | 100101110 | 111110 | 1000001 |
Color Harmonies of #DD6EDA
Complementary color
Monochromatic Colors of #DD6EDA
Black with #DD6EDA
Text Example
Text Example
White with #DD6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EDA; }
p { color: rgb(221,110,218); }
H1.HeaderClassName
{
color: #DD6EDA;
}
.AnyTagClassName
{
color: #DD6EDA;
}
</style>
background-color css
<style>
a { background-color: #DD6EDA; }
a { background-color: rgb(221,110,218); }
div.DivClassName
{
background-color: #DD6EDA;
}
.BgClassName
{
background-color: #DD6EDA;
}
</style>
border-color css
<style>
span { border-color: #DD6EDA; }
span { border-color: rgb(221,110,218); }
td.TdClassName
{
border-color: #DD6EDA;
}
.TagClassName
{
border-color: #DD6EDA;
}
</style>