Shades of Orchid #DD7DC9
Tints of Orchid #DD7DC9
RGB
CMYK
RGB Variations
Color information
#DD7DC9 (or 0xDD7DC9) is known color: Orchid. HEX triplet: DD, 7D and C9. RGB value is (221,125,201). Sum of RGB (Red+Green+Blue) = 221+125+201=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DC9 is #228236. Grayscale: #A2A2A2. Windows color (decimal): -2261559 or 13204957. OLE color: 13204957.
HSL color Cylindrical-coordinate representation of color #DD7DC9: hue angle of 312.5º degrees, saturation: 0.59, 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 #DD7DC9 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 125 | 201 | - |
CMYK | 0 | 0.43 | 0.09 | 0.13 |
HSL | 312.5º | 0.59% | 0.68% | - |
HSV(B) | 312.5º | 0.43% | 0.87% | - |
XYZ | 47.7 | 34.26 | 59.36 | - |
YUV | 162.37 | 149.8 | 169.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 125 | 201 | 0 | 0.43 | 0.09 | 0.13 | 312.5 | 0.59 | 0.68 |
Hex | DD | 7D | C9 | 0 | 2B | 9 | D | 138 | 3B | 44 |
Octal | 335 | 175 | 311 | 0 | 53 | 11 | 15 | 470 | 73 | 104 |
Binary | 11011101 | 1111101 | 11001001 | 0 | 101011 | 1001 | 1101 | 100111000 | 111011 | 1000100 |
Color Harmonies of #DD7DC9
Complementary color
Monochromatic Colors of #DD7DC9
Black with #DD7DC9
Text Example
Text Example
White with #DD7DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DC9; }
p { color: rgb(221,125,201); }
H1.HeaderClassName
{
color: #DD7DC9;
}
.AnyTagClassName
{
color: #DD7DC9;
}
</style>
background-color css
<style>
a { background-color: #DD7DC9; }
a { background-color: rgb(221,125,201); }
div.DivClassName
{
background-color: #DD7DC9;
}
.BgClassName
{
background-color: #DD7DC9;
}
</style>
border-color css
<style>
span { border-color: #DD7DC9; }
span { border-color: rgb(221,125,201); }
td.TdClassName
{
border-color: #DD7DC9;
}
.TagClassName
{
border-color: #DD7DC9;
}
</style>