Shades of Orchid #DD73C4
Tints of Orchid #DD73C4
RGB
CMYK
RGB Variations
Color information
#DD73C4 (or 0xDD73C4) is known color: Orchid. HEX triplet: DD, 73 and C4. RGB value is (221,115,196). Sum of RGB (Red+Green+Blue) = 221+115+196=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73C4 is #228C3B. Grayscale: #9B9B9B. Windows color (decimal): -2264124 or 12874717. OLE color: 12874717.
HSL color Cylindrical-coordinate representation of color #DD73C4: hue angle of 314.15º 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 #DD73C4 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 196 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.13 |
| HSL | 314.15º | 0.61% | 0.66% | - |
| HSV(B) | 314.15º | 0.48% | 0.87% | - |
| XYZ | 45.91 | 31.62 | 55.91 | - |
| YUV | 155.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 196 | 0 | 0.48 | 0.11 | 0.13 | 314.15 | 0.61 | 0.66 |
| Hex | DD | 73 | C4 | 0 | 30 | B | D | 13A | 3D | 42 |
| Octal | 335 | 163 | 304 | 0 | 60 | 13 | 15 | 472 | 75 | 102 |
| Binary | 11011101 | 1110011 | 11000100 | 0 | 110000 | 1011 | 1101 | 100111010 | 111101 | 1000010 |
Color Harmonies of #DD73C4
Complementary color
Monochromatic Colors of #DD73C4
Black with #DD73C4
Text Example
Text Example
White with #DD73C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73C4; }
p { color: rgb(221,115,196); }
H1.HeaderClassName
{
color: #DD73C4;
}
.AnyTagClassName
{
color: #DD73C4;
}
</style>
background-color css
<style>
a { background-color: #DD73C4; }
a { background-color: rgb(221,115,196); }
div.DivClassName
{
background-color: #DD73C4;
}
.BgClassName
{
background-color: #DD73C4;
}
</style>
border-color css
<style>
span { border-color: #DD73C4; }
span { border-color: rgb(221,115,196); }
td.TdClassName
{
border-color: #DD73C4;
}
.TagClassName
{
border-color: #DD73C4;
}
</style>