Shades of Orchid #D784D4
Tints of Orchid #D784D4
RGB
CMYK
RGB Variations
Color information
#D784D4 (or 0xD784D4) is known color: Orchid. HEX triplet: D7, 84 and D4. RGB value is (215,132,212). Sum of RGB (Red+Green+Blue) = 215+132+212=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D784D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784D4 is #287B2B. Grayscale: #A5A5A5. Windows color (decimal): -2652972 or 13927639. OLE color: 13927639.
HSL color Cylindrical-coordinate representation of color #D784D4: hue angle of 302.17º 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 #D784D4 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 212 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.16 |
| HSL | 302.17º | 0.51% | 0.68% | - |
| HSV(B) | 302.17º | 0.39% | 0.84% | - |
| XYZ | 48.16 | 35.7 | 66.64 | - |
| YUV | 165.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 212 | 0 | 0.39 | 0.01 | 0.16 | 302.17 | 0.51 | 0.68 |
| Hex | D7 | 84 | D4 | 0 | 27 | 1 | 10 | 12E | 33 | 44 |
| Octal | 327 | 204 | 324 | 0 | 47 | 1 | 20 | 456 | 63 | 104 |
| Binary | 11010111 | 10000100 | 11010100 | 0 | 100111 | 1 | 10000 | 100101110 | 110011 | 1000100 |
Color Harmonies of #D784D4
Complementary color
Monochromatic Colors of #D784D4
Black with #D784D4
Text Example
Text Example
White with #D784D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784D4; }
p { color: rgb(215,132,212); }
H1.HeaderClassName
{
color: #D784D4;
}
.AnyTagClassName
{
color: #D784D4;
}
</style>
background-color css
<style>
a { background-color: #D784D4; }
a { background-color: rgb(215,132,212); }
div.DivClassName
{
background-color: #D784D4;
}
.BgClassName
{
background-color: #D784D4;
}
</style>
border-color css
<style>
span { border-color: #D784D4; }
span { border-color: rgb(215,132,212); }
td.TdClassName
{
border-color: #D784D4;
}
.TagClassName
{
border-color: #D784D4;
}
</style>