Shades of Orchid #DD75D7
Tints of Orchid #DD75D7
RGB
CMYK
RGB Variations
Color information
#DD75D7 (or 0xDD75D7) is known color: Orchid. HEX triplet: DD, 75 and D7. RGB value is (221,117,215). Sum of RGB (Red+Green+Blue) = 221+117+215=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75D7 is #228A28. Grayscale: #9E9E9E. Windows color (decimal): -2263593 or 14120413. OLE color: 14120413.
HSL color Cylindrical-coordinate representation of color #DD75D7: hue angle of 303.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75D7 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 215 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.13 |
| HSL | 303.46º | 0.6% | 0.66% | - |
| HSV(B) | 303.46º | 0.47% | 0.87% | - |
| XYZ | 48.45 | 33 | 68.11 | - |
| YUV | 159.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 215 | 0 | 0.47 | 0.03 | 0.13 | 303.46 | 0.6 | 0.66 |
| Hex | DD | 75 | D7 | 0 | 2F | 3 | D | 12F | 3C | 42 |
| Octal | 335 | 165 | 327 | 0 | 57 | 3 | 15 | 457 | 74 | 102 |
| Binary | 11011101 | 1110101 | 11010111 | 0 | 101111 | 11 | 1101 | 100101111 | 111100 | 1000010 |
Color Harmonies of #DD75D7
Complementary color
Monochromatic Colors of #DD75D7
Black with #DD75D7
Text Example
Text Example
White with #DD75D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75D7; }
p { color: rgb(221,117,215); }
H1.HeaderClassName
{
color: #DD75D7;
}
.AnyTagClassName
{
color: #DD75D7;
}
</style>
background-color css
<style>
a { background-color: #DD75D7; }
a { background-color: rgb(221,117,215); }
div.DivClassName
{
background-color: #DD75D7;
}
.BgClassName
{
background-color: #DD75D7;
}
</style>
border-color css
<style>
span { border-color: #DD75D7; }
span { border-color: rgb(221,117,215); }
td.TdClassName
{
border-color: #DD75D7;
}
.TagClassName
{
border-color: #DD75D7;
}
</style>