Shades of Orchid #DD73BF
Tints of Orchid #DD73BF
RGB
CMYK
RGB Variations
Color information
#DD73BF (or 0xDD73BF) is known color: Orchid. HEX triplet: DD, 73 and BF. RGB value is (221,115,191). Sum of RGB (Red+Green+Blue) = 221+115+191=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73BF is #228C40. Grayscale: #9B9B9B. Windows color (decimal): -2264129 or 12547037. OLE color: 12547037.
HSL color Cylindrical-coordinate representation of color #DD73BF: hue angle of 316.98º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD73BF is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 191 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.13 |
| HSL | 316.98º | 0.61% | 0.66% | - |
| HSV(B) | 316.98º | 0.48% | 0.87% | - |
| XYZ | 45.35 | 31.4 | 52.96 | - |
| YUV | 155.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 191 | 0 | 0.48 | 0.14 | 0.13 | 316.98 | 0.61 | 0.66 |
| Hex | DD | 73 | BF | 0 | 30 | E | D | 13D | 3D | 42 |
| Octal | 335 | 163 | 277 | 0 | 60 | 16 | 15 | 475 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10111111 | 0 | 110000 | 1110 | 1101 | 100111101 | 111101 | 1000010 |
Color Harmonies of #DD73BF
Complementary color
Monochromatic Colors of #DD73BF
Black with #DD73BF
Text Example
Text Example
White with #DD73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73BF; }
p { color: rgb(221,115,191); }
H1.HeaderClassName
{
color: #DD73BF;
}
.AnyTagClassName
{
color: #DD73BF;
}
</style>
background-color css
<style>
a { background-color: #DD73BF; }
a { background-color: rgb(221,115,191); }
div.DivClassName
{
background-color: #DD73BF;
}
.BgClassName
{
background-color: #DD73BF;
}
</style>
border-color css
<style>
span { border-color: #DD73BF; }
span { border-color: rgb(221,115,191); }
td.TdClassName
{
border-color: #DD73BF;
}
.TagClassName
{
border-color: #DD73BF;
}
</style>