Shades of Orchid #D784D0
Tints of Orchid #D784D0
RGB
CMYK
RGB Variations
Color information
#D784D0 (or 0xD784D0) is known color: Orchid. HEX triplet: D7, 84 and D0. RGB value is (215,132,208). Sum of RGB (Red+Green+Blue) = 215+132+208=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D784D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784D0 is #287B2F. Grayscale: #A5A5A5. Windows color (decimal): -2652976 or 13665495. OLE color: 13665495.
HSL color Cylindrical-coordinate representation of color #D784D0: hue angle of 305.06º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D784D0 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 208 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.16 |
| HSL | 305.06º | 0.51% | 0.68% | - |
| HSV(B) | 305.06º | 0.39% | 0.84% | - |
| XYZ | 47.66 | 35.5 | 64.02 | - |
| YUV | 165.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 208 | 0 | 0.39 | 0.03 | 0.16 | 305.06 | 0.51 | 0.68 |
| Hex | D7 | 84 | D0 | 0 | 27 | 3 | 10 | 131 | 33 | 44 |
| Octal | 327 | 204 | 320 | 0 | 47 | 3 | 20 | 461 | 63 | 104 |
| Binary | 11010111 | 10000100 | 11010000 | 0 | 100111 | 11 | 10000 | 100110001 | 110011 | 1000100 |
Color Harmonies of #D784D0
Complementary color
Monochromatic Colors of #D784D0
Black with #D784D0
Text Example
Text Example
White with #D784D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784D0; }
p { color: rgb(215,132,208); }
H1.HeaderClassName
{
color: #D784D0;
}
.AnyTagClassName
{
color: #D784D0;
}
</style>
background-color css
<style>
a { background-color: #D784D0; }
a { background-color: rgb(215,132,208); }
div.DivClassName
{
background-color: #D784D0;
}
.BgClassName
{
background-color: #D784D0;
}
</style>
border-color css
<style>
span { border-color: #D784D0; }
span { border-color: rgb(215,132,208); }
td.TdClassName
{
border-color: #D784D0;
}
.TagClassName
{
border-color: #D784D0;
}
</style>