Shades of Orchid #DD71CF
Tints of Orchid #DD71CF
RGB
CMYK
RGB Variations
Color information
#DD71CF (or 0xDD71CF) is known color: Orchid. HEX triplet: DD, 71 and CF. RGB value is (221,113,207). Sum of RGB (Red+Green+Blue) = 221+113+207=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71CF is #228E30. Grayscale: #9B9B9B. Windows color (decimal): -2264625 or 13595101. OLE color: 13595101.
HSL color Cylindrical-coordinate representation of color #DD71CF: hue angle of 307.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD71CF is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 207 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.13 |
| HSL | 307.78º | 0.61% | 0.65% | - |
| HSV(B) | 307.78º | 0.49% | 0.87% | - |
| XYZ | 46.99 | 31.69 | 62.67 | - |
| YUV | 156.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 207 | 0 | 0.49 | 0.06 | 0.13 | 307.78 | 0.61 | 0.65 |
| Hex | DD | 71 | CF | 0 | 31 | 6 | D | 134 | 3D | 41 |
| Octal | 335 | 161 | 317 | 0 | 61 | 6 | 15 | 464 | 75 | 101 |
| Binary | 11011101 | 1110001 | 11001111 | 0 | 110001 | 110 | 1101 | 100110100 | 111101 | 1000001 |
Color Harmonies of #DD71CF
Complementary color
Monochromatic Colors of #DD71CF
Black with #DD71CF
Text Example
Text Example
White with #DD71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71CF; }
p { color: rgb(221,113,207); }
H1.HeaderClassName
{
color: #DD71CF;
}
.AnyTagClassName
{
color: #DD71CF;
}
</style>
background-color css
<style>
a { background-color: #DD71CF; }
a { background-color: rgb(221,113,207); }
div.DivClassName
{
background-color: #DD71CF;
}
.BgClassName
{
background-color: #DD71CF;
}
</style>
border-color css
<style>
span { border-color: #DD71CF; }
span { border-color: rgb(221,113,207); }
td.TdClassName
{
border-color: #DD71CF;
}
.TagClassName
{
border-color: #DD71CF;
}
</style>