Shades of Orchid #DD6FDE
Tints of Orchid #DD6FDE
RGB
CMYK
RGB Variations
Color information
#DD6FDE (or 0xDD6FDE) is known color: Orchid. HEX triplet: DD, 6F and DE. RGB value is (221,111,222). Sum of RGB (Red+Green+Blue) = 221+111+222=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FDE is #229021. Grayscale: #9C9C9C. Windows color (decimal): -2265122 or 14577629. OLE color: 14577629.
HSL color Cylindrical-coordinate representation of color #DD6FDE: hue angle of 299.46º degrees, saturation: 0.63, 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 #DD6FDE is Cyan = 0.00, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 222 | - |
| CMYK | 0.00 | 0.5 | 0 | 0.13 |
| HSL | 299.46º | 0.63% | 0.65% | - |
| HSV(B) | 299.46º | 0.5% | 0.87% | - |
| XYZ | 48.69 | 32.01 | 72.72 | - |
| YUV | 156.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 222 | 0.00 | 0.5 | 0 | 0.13 | 299.46 | 0.63 | 0.65 |
| Hex | DD | 6F | DE | 0 | 32 | 0 | D | 12B | 3F | 41 |
| Octal | 335 | 157 | 336 | 0 | 62 | 0 | 15 | 453 | 77 | 101 |
| Binary | 11011101 | 1101111 | 11011110 | 0 | 110010 | 0 | 1101 | 100101011 | 111111 | 1000001 |
Color Harmonies of #DD6FDE
Complementary color
Monochromatic Colors of #DD6FDE
Black with #DD6FDE
Text Example
Text Example
White with #DD6FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FDE; }
p { color: rgb(221,111,222); }
H1.HeaderClassName
{
color: #DD6FDE;
}
.AnyTagClassName
{
color: #DD6FDE;
}
</style>
background-color css
<style>
a { background-color: #DD6FDE; }
a { background-color: rgb(221,111,222); }
div.DivClassName
{
background-color: #DD6FDE;
}
.BgClassName
{
background-color: #DD6FDE;
}
</style>
border-color css
<style>
span { border-color: #DD6FDE; }
span { border-color: rgb(221,111,222); }
td.TdClassName
{
border-color: #DD6FDE;
}
.TagClassName
{
border-color: #DD6FDE;
}
</style>