Shades of Orchid #DD86D4
Tints of Orchid #DD86D4
RGB
CMYK
RGB Variations
Color information
#DD86D4 (or 0xDD86D4) is known color: Orchid. HEX triplet: DD, 86 and D4. RGB value is (221,134,212). Sum of RGB (Red+Green+Blue) = 221+134+212=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86D4 is #22792B. Grayscale: #A8A8A8. Windows color (decimal): -2259244 or 13928157. OLE color: 13928157.
HSL color Cylindrical-coordinate representation of color #DD86D4: hue angle of 306.21º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD86D4 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 212 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.13 |
| HSL | 306.21º | 0.56% | 0.7% | - |
| HSV(B) | 306.21º | 0.39% | 0.87% | - |
| XYZ | 50.23 | 37.18 | 66.82 | - |
| YUV | 168.91 | 152.32 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 212 | 0 | 0.39 | 0.04 | 0.13 | 306.21 | 0.56 | 0.7 |
| Hex | DD | 86 | D4 | 0 | 27 | 4 | D | 132 | 38 | 46 |
| Octal | 335 | 206 | 324 | 0 | 47 | 4 | 15 | 462 | 70 | 106 |
| Binary | 11011101 | 10000110 | 11010100 | 0 | 100111 | 100 | 1101 | 100110010 | 111000 | 1000110 |
Color Harmonies of #DD86D4
Complementary color
Monochromatic Colors of #DD86D4
Black with #DD86D4
Text Example
Text Example
White with #DD86D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86D4; }
p { color: rgb(221,134,212); }
H1.HeaderClassName
{
color: #DD86D4;
}
.AnyTagClassName
{
color: #DD86D4;
}
</style>
background-color css
<style>
a { background-color: #DD86D4; }
a { background-color: rgb(221,134,212); }
div.DivClassName
{
background-color: #DD86D4;
}
.BgClassName
{
background-color: #DD86D4;
}
</style>
border-color css
<style>
span { border-color: #DD86D4; }
span { border-color: rgb(221,134,212); }
td.TdClassName
{
border-color: #DD86D4;
}
.TagClassName
{
border-color: #DD86D4;
}
</style>