Shades of Orchid #DD85C7
Tints of Orchid #DD85C7
RGB
CMYK
RGB Variations
Color information
#DD85C7 (or 0xDD85C7) is known color: Orchid. HEX triplet: DD, 85 and C7. RGB value is (221,133,199). Sum of RGB (Red+Green+Blue) = 221+133+199=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85C7 is #227A38. Grayscale: #A6A6A6. Windows color (decimal): -2259513 or 13075933. OLE color: 13075933.
HSL color Cylindrical-coordinate representation of color #DD85C7: hue angle of 315º 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 #DD85C7 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 199 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.13 |
| HSL | 315º | 0.56% | 0.69% | - |
| HSV(B) | 315º | 0.4% | 0.87% | - |
| XYZ | 48.52 | 36.27 | 58.48 | - |
| YUV | 166.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 199 | 0 | 0.40 | 0.10 | 0.13 | 315 | 0.56 | 0.69 |
| Hex | DD | 85 | C7 | 0 | 28 | A | D | 13B | 38 | 45 |
| Octal | 335 | 205 | 307 | 0 | 50 | 12 | 15 | 473 | 70 | 105 |
| Binary | 11011101 | 10000101 | 11000111 | 0 | 101000 | 1010 | 1101 | 100111011 | 111000 | 1000101 |
Color Harmonies of #DD85C7
Complementary color
Monochromatic Colors of #DD85C7
Black with #DD85C7
Text Example
Text Example
White with #DD85C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85C7; }
p { color: rgb(221,133,199); }
H1.HeaderClassName
{
color: #DD85C7;
}
.AnyTagClassName
{
color: #DD85C7;
}
</style>
background-color css
<style>
a { background-color: #DD85C7; }
a { background-color: rgb(221,133,199); }
div.DivClassName
{
background-color: #DD85C7;
}
.BgClassName
{
background-color: #DD85C7;
}
</style>
border-color css
<style>
span { border-color: #DD85C7; }
span { border-color: rgb(221,133,199); }
td.TdClassName
{
border-color: #DD85C7;
}
.TagClassName
{
border-color: #DD85C7;
}
</style>