Shades of Orchid #DD7BDF
Tints of Orchid #DD7BDF
RGB
CMYK
RGB Variations
Color information
#DD7BDF (or 0xDD7BDF) is known color: Orchid. HEX triplet: DD, 7B and DF. RGB value is (221,123,223). Sum of RGB (Red+Green+Blue) = 221+123+223=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BDF is #228420. Grayscale: #A3A3A3. Windows color (decimal): -2262049 or 14646237. OLE color: 14646237.
HSL color Cylindrical-coordinate representation of color #DD7BDF: hue angle of 298.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7BDF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 223 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.13 |
| HSL | 298.8º | 0.61% | 0.68% | - |
| HSV(B) | 298.8º | 0.45% | 0.87% | - |
| XYZ | 50.22 | 34.87 | 73.89 | - |
| YUV | 163.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 223 | 0.01 | 0.45 | 0 | 0.13 | 298.8 | 0.61 | 0.68 |
| Hex | DD | 7B | DF | 1 | 2D | 0 | D | 12B | 3D | 44 |
| Octal | 335 | 173 | 337 | 1 | 55 | 0 | 15 | 453 | 75 | 104 |
| Binary | 11011101 | 1111011 | 11011111 | 1 | 101101 | 0 | 1101 | 100101011 | 111101 | 1000100 |
Color Harmonies of #DD7BDF
Complementary color
Monochromatic Colors of #DD7BDF
Black with #DD7BDF
Text Example
Text Example
White with #DD7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BDF; }
p { color: rgb(221,123,223); }
H1.HeaderClassName
{
color: #DD7BDF;
}
.AnyTagClassName
{
color: #DD7BDF;
}
</style>
background-color css
<style>
a { background-color: #DD7BDF; }
a { background-color: rgb(221,123,223); }
div.DivClassName
{
background-color: #DD7BDF;
}
.BgClassName
{
background-color: #DD7BDF;
}
</style>
border-color css
<style>
span { border-color: #DD7BDF; }
span { border-color: rgb(221,123,223); }
td.TdClassName
{
border-color: #DD7BDF;
}
.TagClassName
{
border-color: #DD7BDF;
}
</style>