Shades of Orchid #DD6EC5
Tints of Orchid #DD6EC5
RGB
CMYK
RGB Variations
Color information
#DD6EC5 (or 0xDD6EC5) is known color: Orchid. HEX triplet: DD, 6E and C5. RGB value is (221,110,197). Sum of RGB (Red+Green+Blue) = 221+110+197=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EC5 is #22913A. Grayscale: #989898. Windows color (decimal): -2265403 or 12938973. OLE color: 12938973.
HSL color Cylindrical-coordinate representation of color #DD6EC5: hue angle of 312.97º 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 #DD6EC5 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 197 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.13 |
| HSL | 312.97º | 0.62% | 0.65% | - |
| HSV(B) | 312.97º | 0.5% | 0.87% | - |
| XYZ | 45.47 | 30.56 | 56.32 | - |
| YUV | 153.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 197 | 0 | 0.50 | 0.11 | 0.13 | 312.97 | 0.62 | 0.65 |
| Hex | DD | 6E | C5 | 0 | 32 | B | D | 139 | 3E | 41 |
| Octal | 335 | 156 | 305 | 0 | 62 | 13 | 15 | 471 | 76 | 101 |
| Binary | 11011101 | 1101110 | 11000101 | 0 | 110010 | 1011 | 1101 | 100111001 | 111110 | 1000001 |
Color Harmonies of #DD6EC5
Complementary color
Monochromatic Colors of #DD6EC5
Black with #DD6EC5
Text Example
Text Example
White with #DD6EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EC5; }
p { color: rgb(221,110,197); }
H1.HeaderClassName
{
color: #DD6EC5;
}
.AnyTagClassName
{
color: #DD6EC5;
}
</style>
background-color css
<style>
a { background-color: #DD6EC5; }
a { background-color: rgb(221,110,197); }
div.DivClassName
{
background-color: #DD6EC5;
}
.BgClassName
{
background-color: #DD6EC5;
}
</style>
border-color css
<style>
span { border-color: #DD6EC5; }
span { border-color: rgb(221,110,197); }
td.TdClassName
{
border-color: #DD6EC5;
}
.TagClassName
{
border-color: #DD6EC5;
}
</style>