Shades of Orchid #DD75DD
Tints of Orchid #DD75DD
RGB
CMYK
RGB Variations
Color information
#DD75DD (or 0xDD75DD) is known color: Orchid. HEX triplet: DD, 75 and DD. RGB value is (221,117,221). Sum of RGB (Red+Green+Blue) = 221+117+221=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75DD is #228A22. Grayscale: #9F9F9F. Windows color (decimal): -2263587 or 14513629. OLE color: 14513629.
HSL color Cylindrical-coordinate representation of color #DD75DD: hue angle of 300º 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 #DD75DD is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 221 | - |
| CMYK | 0 | 0.47 | 0 | 0.13 |
| HSL | 300º | 0.6% | 0.66% | - |
| HSV(B) | 300º | 0.47% | 0.87% | - |
| XYZ | 49.23 | 33.32 | 72.24 | - |
| YUV | 159.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 221 | 0 | 0.47 | 0 | 0.13 | 300 | 0.6 | 0.66 |
| Hex | DD | 75 | DD | 0 | 2F | 0 | D | 12C | 3C | 42 |
| Octal | 335 | 165 | 335 | 0 | 57 | 0 | 15 | 454 | 74 | 102 |
| Binary | 11011101 | 1110101 | 11011101 | 0 | 101111 | 0 | 1101 | 100101100 | 111100 | 1000010 |
Color Harmonies of #DD75DD
Complementary color
Monochromatic Colors of #DD75DD
Black with #DD75DD
Text Example
Text Example
White with #DD75DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75DD; }
p { color: rgb(221,117,221); }
H1.HeaderClassName
{
color: #DD75DD;
}
.AnyTagClassName
{
color: #DD75DD;
}
</style>
background-color css
<style>
a { background-color: #DD75DD; }
a { background-color: rgb(221,117,221); }
div.DivClassName
{
background-color: #DD75DD;
}
.BgClassName
{
background-color: #DD75DD;
}
</style>
border-color css
<style>
span { border-color: #DD75DD; }
span { border-color: rgb(221,117,221); }
td.TdClassName
{
border-color: #DD75DD;
}
.TagClassName
{
border-color: #DD75DD;
}
</style>