Shades of Orchid #DD7ACF
Tints of Orchid #DD7ACF
RGB
CMYK
RGB Variations
Color information
#DD7ACF (or 0xDD7ACF) is known color: Orchid. HEX triplet: DD, 7A and CF. RGB value is (221,122,207). Sum of RGB (Red+Green+Blue) = 221+122+207=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ACF is #228530. Grayscale: #A1A1A1. Windows color (decimal): -2262321 or 13597405. OLE color: 13597405.
HSL color Cylindrical-coordinate representation of color #DD7ACF: hue angle of 308.48º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7ACF is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 207 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.13 |
| HSL | 308.48º | 0.59% | 0.67% | - |
| HSV(B) | 308.48º | 0.45% | 0.87% | - |
| XYZ | 48.04 | 33.8 | 63.02 | - |
| YUV | 161.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 207 | 0 | 0.45 | 0.06 | 0.13 | 308.48 | 0.59 | 0.67 |
| Hex | DD | 7A | CF | 0 | 2D | 6 | D | 134 | 3B | 43 |
| Octal | 335 | 172 | 317 | 0 | 55 | 6 | 15 | 464 | 73 | 103 |
| Binary | 11011101 | 1111010 | 11001111 | 0 | 101101 | 110 | 1101 | 100110100 | 111011 | 1000011 |
Color Harmonies of #DD7ACF
Complementary color
Monochromatic Colors of #DD7ACF
Black with #DD7ACF
Text Example
Text Example
White with #DD7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7ACF; }
p { color: rgb(221,122,207); }
H1.HeaderClassName
{
color: #DD7ACF;
}
.AnyTagClassName
{
color: #DD7ACF;
}
</style>
background-color css
<style>
a { background-color: #DD7ACF; }
a { background-color: rgb(221,122,207); }
div.DivClassName
{
background-color: #DD7ACF;
}
.BgClassName
{
background-color: #DD7ACF;
}
</style>
border-color css
<style>
span { border-color: #DD7ACF; }
span { border-color: rgb(221,122,207); }
td.TdClassName
{
border-color: #DD7ACF;
}
.TagClassName
{
border-color: #DD7ACF;
}
</style>