Shades of Orchid #D785DD
Tints of Orchid #D785DD
RGB
CMYK
RGB Variations
Color information
#D785DD (or 0xD785DD) is known color: Orchid. HEX triplet: D7, 85 and DD. RGB value is (215,133,221). Sum of RGB (Red+Green+Blue) = 215+133+221=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #D785DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785DD is #287A22. Grayscale: #A7A7A7. Windows color (decimal): -2652707 or 14517719. OLE color: 14517719.
HSL color Cylindrical-coordinate representation of color #D785DD: hue angle of 295.91º 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 #D785DD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 133 | 221 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.13 |
| HSL | 295.91º | 0.56% | 0.69% | - |
| HSV(B) | 295.91º | 0.4% | 0.87% | - |
| XYZ | 49.46 | 36.44 | 72.83 | - |
| YUV | 167.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 221 | 0.03 | 0.40 | 0 | 0.13 | 295.91 | 0.56 | 0.69 |
| Hex | D7 | 85 | DD | 3 | 28 | 0 | D | 128 | 38 | 45 |
| Octal | 327 | 205 | 335 | 3 | 50 | 0 | 15 | 450 | 70 | 105 |
| Binary | 11010111 | 10000101 | 11011101 | 11 | 101000 | 0 | 1101 | 100101000 | 111000 | 1000101 |
Color Harmonies of #D785DD
Complementary color
Monochromatic Colors of #D785DD
Black with #D785DD
Text Example
Text Example
White with #D785DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D785DD; }
p { color: rgb(215,133,221); }
H1.HeaderClassName
{
color: #D785DD;
}
.AnyTagClassName
{
color: #D785DD;
}
</style>
background-color css
<style>
a { background-color: #D785DD; }
a { background-color: rgb(215,133,221); }
div.DivClassName
{
background-color: #D785DD;
}
.BgClassName
{
background-color: #D785DD;
}
</style>
border-color css
<style>
span { border-color: #D785DD; }
span { border-color: rgb(215,133,221); }
td.TdClassName
{
border-color: #D785DD;
}
.TagClassName
{
border-color: #D785DD;
}
</style>