Shades of Orchid #DD85DD
Tints of Orchid #DD85DD
RGB
CMYK
RGB Variations
Color information
#DD85DD (or 0xDD85DD) is known color: Orchid. HEX triplet: DD, 85 and DD. RGB value is (221,133,221). Sum of RGB (Red+Green+Blue) = 221+133+221=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85DD is #227A22. Grayscale: #A9A9A9. Windows color (decimal): -2259491 or 14517725. OLE color: 14517725.
HSL color Cylindrical-coordinate representation of color #DD85DD: hue angle of 300º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85DD is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 221 | - |
| CMYK | 0 | 0.40 | 0 | 0.13 |
| HSL | 300º | 0.56% | 0.69% | - |
| HSV(B) | 300º | 0.4% | 0.87% | - |
| XYZ | 51.26 | 37.37 | 72.92 | - |
| YUV | 169.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 221 | 0 | 0.40 | 0 | 0.13 | 300 | 0.56 | 0.69 |
| Hex | DD | 85 | DD | 0 | 28 | 0 | D | 12C | 38 | 45 |
| Octal | 335 | 205 | 335 | 0 | 50 | 0 | 15 | 454 | 70 | 105 |
| Binary | 11011101 | 10000101 | 11011101 | 0 | 101000 | 0 | 1101 | 100101100 | 111000 | 1000101 |
Color Harmonies of #DD85DD
Complementary color
Monochromatic Colors of #DD85DD
Black with #DD85DD
Text Example
Text Example
White with #DD85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85DD; }
p { color: rgb(221,133,221); }
H1.HeaderClassName
{
color: #DD85DD;
}
.AnyTagClassName
{
color: #DD85DD;
}
</style>
background-color css
<style>
a { background-color: #DD85DD; }
a { background-color: rgb(221,133,221); }
div.DivClassName
{
background-color: #DD85DD;
}
.BgClassName
{
background-color: #DD85DD;
}
</style>
border-color css
<style>
span { border-color: #DD85DD; }
span { border-color: rgb(221,133,221); }
td.TdClassName
{
border-color: #DD85DD;
}
.TagClassName
{
border-color: #DD85DD;
}
</style>