Shades of Orchid #DD7FD2
Tints of Orchid #DD7FD2
RGB
CMYK
RGB Variations
Color information
#DD7FD2 (or 0xDD7FD2) is known color: Orchid. HEX triplet: DD, 7F and D2. RGB value is (221,127,210). Sum of RGB (Red+Green+Blue) = 221+127+210=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FD2 is #22802D. Grayscale: #A4A4A4. Windows color (decimal): -2261038 or 13795293. OLE color: 13795293.
HSL color Cylindrical-coordinate representation of color #DD7FD2: hue angle of 307.02º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7FD2 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 210 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.13 |
| HSL | 307.02º | 0.58% | 0.68% | - |
| HSV(B) | 307.02º | 0.43% | 0.87% | - |
| XYZ | 49.04 | 35.2 | 65.18 | - |
| YUV | 164.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 210 | 0 | 0.43 | 0.05 | 0.13 | 307.02 | 0.58 | 0.68 |
| Hex | DD | 7F | D2 | 0 | 2B | 5 | D | 133 | 3A | 44 |
| Octal | 335 | 177 | 322 | 0 | 53 | 5 | 15 | 463 | 72 | 104 |
| Binary | 11011101 | 1111111 | 11010010 | 0 | 101011 | 101 | 1101 | 100110011 | 111010 | 1000100 |
Color Harmonies of #DD7FD2
Complementary color
Monochromatic Colors of #DD7FD2
Black with #DD7FD2
Text Example
Text Example
White with #DD7FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FD2; }
p { color: rgb(221,127,210); }
H1.HeaderClassName
{
color: #DD7FD2;
}
.AnyTagClassName
{
color: #DD7FD2;
}
</style>
background-color css
<style>
a { background-color: #DD7FD2; }
a { background-color: rgb(221,127,210); }
div.DivClassName
{
background-color: #DD7FD2;
}
.BgClassName
{
background-color: #DD7FD2;
}
</style>
border-color css
<style>
span { border-color: #DD7FD2; }
span { border-color: rgb(221,127,210); }
td.TdClassName
{
border-color: #DD7FD2;
}
.TagClassName
{
border-color: #DD7FD2;
}
</style>