Shades of Orchid #DD75D0
Tints of Orchid #DD75D0
RGB
CMYK
RGB Variations
Color information
#DD75D0 (or 0xDD75D0) is known color: Orchid. HEX triplet: DD, 75 and D0. RGB value is (221,117,208). Sum of RGB (Red+Green+Blue) = 221+117+208=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75D0 is #228A2F. Grayscale: #9E9E9E. Windows color (decimal): -2263600 or 13661661. OLE color: 13661661.
HSL color Cylindrical-coordinate representation of color #DD75D0: hue angle of 307.5º 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 #DD75D0 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 208 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.13 |
| HSL | 307.5º | 0.6% | 0.66% | - |
| HSV(B) | 307.5º | 0.47% | 0.87% | - |
| XYZ | 47.57 | 32.65 | 63.47 | - |
| YUV | 158.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 208 | 0 | 0.47 | 0.06 | 0.13 | 307.5 | 0.6 | 0.66 |
| Hex | DD | 75 | D0 | 0 | 2F | 6 | D | 134 | 3C | 42 |
| Octal | 335 | 165 | 320 | 0 | 57 | 6 | 15 | 464 | 74 | 102 |
| Binary | 11011101 | 1110101 | 11010000 | 0 | 101111 | 110 | 1101 | 100110100 | 111100 | 1000010 |
Color Harmonies of #DD75D0
Complementary color
Monochromatic Colors of #DD75D0
Black with #DD75D0
Text Example
Text Example
White with #DD75D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75D0; }
p { color: rgb(221,117,208); }
H1.HeaderClassName
{
color: #DD75D0;
}
.AnyTagClassName
{
color: #DD75D0;
}
</style>
background-color css
<style>
a { background-color: #DD75D0; }
a { background-color: rgb(221,117,208); }
div.DivClassName
{
background-color: #DD75D0;
}
.BgClassName
{
background-color: #DD75D0;
}
</style>
border-color css
<style>
span { border-color: #DD75D0; }
span { border-color: rgb(221,117,208); }
td.TdClassName
{
border-color: #DD75D0;
}
.TagClassName
{
border-color: #DD75D0;
}
</style>