Shades of Orchid #DD85CE
Tints of Orchid #DD85CE
RGB
CMYK
RGB Variations
Color information
#DD85CE (or 0xDD85CE) is known color: Orchid. HEX triplet: DD, 85 and CE. RGB value is (221,133,206). Sum of RGB (Red+Green+Blue) = 221+133+206=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85CE is #227A31. Grayscale: #A7A7A7. Windows color (decimal): -2259506 or 13534685. OLE color: 13534685.
HSL color Cylindrical-coordinate representation of color #DD85CE: hue angle of 310.23º 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 #DD85CE is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 206 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.13 |
| HSL | 310.23º | 0.56% | 0.69% | - |
| HSV(B) | 310.23º | 0.4% | 0.87% | - |
| XYZ | 49.35 | 36.6 | 62.86 | - |
| YUV | 167.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 206 | 0 | 0.40 | 0.07 | 0.13 | 310.23 | 0.56 | 0.69 |
| Hex | DD | 85 | CE | 0 | 28 | 7 | D | 136 | 38 | 45 |
| Octal | 335 | 205 | 316 | 0 | 50 | 7 | 15 | 466 | 70 | 105 |
| Binary | 11011101 | 10000101 | 11001110 | 0 | 101000 | 111 | 1101 | 100110110 | 111000 | 1000101 |
Color Harmonies of #DD85CE
Complementary color
Monochromatic Colors of #DD85CE
Black with #DD85CE
Text Example
Text Example
White with #DD85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85CE; }
p { color: rgb(221,133,206); }
H1.HeaderClassName
{
color: #DD85CE;
}
.AnyTagClassName
{
color: #DD85CE;
}
</style>
background-color css
<style>
a { background-color: #DD85CE; }
a { background-color: rgb(221,133,206); }
div.DivClassName
{
background-color: #DD85CE;
}
.BgClassName
{
background-color: #DD85CE;
}
</style>
border-color css
<style>
span { border-color: #DD85CE; }
span { border-color: rgb(221,133,206); }
td.TdClassName
{
border-color: #DD85CE;
}
.TagClassName
{
border-color: #DD85CE;
}
</style>