Shades of Orchid #D785D1
Tints of Orchid #D785D1
RGB
CMYK
RGB Variations
Color information
#D785D1 (or 0xD785D1) is known color: Orchid. HEX triplet: D7, 85 and D1. RGB value is (215,133,209). Sum of RGB (Red+Green+Blue) = 215+133+209=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D785D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785D1 is #287A2E. Grayscale: #A5A5A5. Windows color (decimal): -2652719 or 13731287. OLE color: 13731287.
HSL color Cylindrical-coordinate representation of color #D785D1: hue angle of 304.39º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D785D1 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 209 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.16 |
| HSL | 304.39º | 0.51% | 0.68% | - |
| HSV(B) | 304.39º | 0.38% | 0.84% | - |
| XYZ | 47.92 | 35.83 | 64.71 | - |
| YUV | 166.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 209 | 0 | 0.38 | 0.03 | 0.16 | 304.39 | 0.51 | 0.68 |
| Hex | D7 | 85 | D1 | 0 | 26 | 3 | 10 | 130 | 33 | 44 |
| Octal | 327 | 205 | 321 | 0 | 46 | 3 | 20 | 460 | 63 | 104 |
| Binary | 11010111 | 10000101 | 11010001 | 0 | 100110 | 11 | 10000 | 100110000 | 110011 | 1000100 |
Color Harmonies of #D785D1
Complementary color
Monochromatic Colors of #D785D1
Black with #D785D1
Text Example
Text Example
White with #D785D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D785D1; }
p { color: rgb(215,133,209); }
H1.HeaderClassName
{
color: #D785D1;
}
.AnyTagClassName
{
color: #D785D1;
}
</style>
background-color css
<style>
a { background-color: #D785D1; }
a { background-color: rgb(215,133,209); }
div.DivClassName
{
background-color: #D785D1;
}
.BgClassName
{
background-color: #D785D1;
}
</style>
border-color css
<style>
span { border-color: #D785D1; }
span { border-color: rgb(215,133,209); }
td.TdClassName
{
border-color: #D785D1;
}
.TagClassName
{
border-color: #D785D1;
}
</style>