Shades of Orchid #DD73E4
Tints of Orchid #DD73E4
RGB
CMYK
RGB Variations
Color information
#DD73E4 (or 0xDD73E4) is known color: Orchid. HEX triplet: DD, 73 and E4. RGB value is (221,115,228). Sum of RGB (Red+Green+Blue) = 221+115+228=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD73E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73E4 is #228C1B. Grayscale: #9F9F9F. Windows color (decimal): -2264092 or 14971869. OLE color: 14971869.
HSL color Cylindrical-coordinate representation of color #DD73E4: hue angle of 296.28º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD73E4 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 115 | 228 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.11 |
| HSL | 296.28º | 0.68% | 0.67% | - |
| HSV(B) | 296.28º | 0.5% | 0.89% | - |
| XYZ | 49.95 | 33.24 | 77.18 | - |
| YUV | 159.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 228 | 0.03 | 0.50 | 0 | 0.11 | 296.28 | 0.68 | 0.67 |
| Hex | DD | 73 | E4 | 3 | 32 | 0 | B | 128 | 44 | 43 |
| Octal | 335 | 163 | 344 | 3 | 62 | 0 | 13 | 450 | 104 | 103 |
| Binary | 11011101 | 1110011 | 11100100 | 11 | 110010 | 0 | 1011 | 100101000 | 1000100 | 1000011 |
Color Harmonies of #DD73E4
Complementary color
Monochromatic Colors of #DD73E4
Black with #DD73E4
Text Example
Text Example
White with #DD73E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73E4; }
p { color: rgb(221,115,228); }
H1.HeaderClassName
{
color: #DD73E4;
}
.AnyTagClassName
{
color: #DD73E4;
}
</style>
background-color css
<style>
a { background-color: #DD73E4; }
a { background-color: rgb(221,115,228); }
div.DivClassName
{
background-color: #DD73E4;
}
.BgClassName
{
background-color: #DD73E4;
}
</style>
border-color css
<style>
span { border-color: #DD73E4; }
span { border-color: rgb(221,115,228); }
td.TdClassName
{
border-color: #DD73E4;
}
.TagClassName
{
border-color: #DD73E4;
}
</style>