Shades of Orchid #DD75C7
Tints of Orchid #DD75C7
RGB
CMYK
RGB Variations
Color information
#DD75C7 (or 0xDD75C7) is known color: Orchid. HEX triplet: DD, 75 and C7. RGB value is (221,117,199). Sum of RGB (Red+Green+Blue) = 221+117+199=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75C7 is #228A38. Grayscale: #9D9D9D. Windows color (decimal): -2263609 or 13071837. OLE color: 13071837.
HSL color Cylindrical-coordinate representation of color #DD75C7: hue angle of 312.69º 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 #DD75C7 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 199 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.13 |
| HSL | 312.69º | 0.6% | 0.66% | - |
| HSV(B) | 312.69º | 0.47% | 0.87% | - |
| XYZ | 46.49 | 32.22 | 57.8 | - |
| YUV | 157.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 199 | 0 | 0.47 | 0.10 | 0.13 | 312.69 | 0.6 | 0.66 |
| Hex | DD | 75 | C7 | 0 | 2F | A | D | 139 | 3C | 42 |
| Octal | 335 | 165 | 307 | 0 | 57 | 12 | 15 | 471 | 74 | 102 |
| Binary | 11011101 | 1110101 | 11000111 | 0 | 101111 | 1010 | 1101 | 100111001 | 111100 | 1000010 |
Color Harmonies of #DD75C7
Complementary color
Monochromatic Colors of #DD75C7
Black with #DD75C7
Text Example
Text Example
White with #DD75C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75C7; }
p { color: rgb(221,117,199); }
H1.HeaderClassName
{
color: #DD75C7;
}
.AnyTagClassName
{
color: #DD75C7;
}
</style>
background-color css
<style>
a { background-color: #DD75C7; }
a { background-color: rgb(221,117,199); }
div.DivClassName
{
background-color: #DD75C7;
}
.BgClassName
{
background-color: #DD75C7;
}
</style>
border-color css
<style>
span { border-color: #DD75C7; }
span { border-color: rgb(221,117,199); }
td.TdClassName
{
border-color: #DD75C7;
}
.TagClassName
{
border-color: #DD75C7;
}
</style>