Shades of Orchid #D782D4
Tints of Orchid #D782D4
RGB
CMYK
RGB Variations
Color information
#D782D4 (or 0xD782D4) is known color: Orchid. HEX triplet: D7, 82 and D4. RGB value is (215,130,212). Sum of RGB (Red+Green+Blue) = 215+130+212=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D782D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782D4 is #287D2B. Grayscale: #A4A4A4. Windows color (decimal): -2653484 or 13927127. OLE color: 13927127.
HSL color Cylindrical-coordinate representation of color #D782D4: hue angle of 302.12º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782D4 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 212 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.16 |
| HSL | 302.12º | 0.52% | 0.68% | - |
| HSV(B) | 302.12º | 0.4% | 0.84% | - |
| XYZ | 47.89 | 35.17 | 66.55 | - |
| YUV | 164.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 212 | 0 | 0.40 | 0.01 | 0.16 | 302.12 | 0.52 | 0.68 |
| Hex | D7 | 82 | D4 | 0 | 28 | 1 | 10 | 12E | 34 | 44 |
| Octal | 327 | 202 | 324 | 0 | 50 | 1 | 20 | 456 | 64 | 104 |
| Binary | 11010111 | 10000010 | 11010100 | 0 | 101000 | 1 | 10000 | 100101110 | 110100 | 1000100 |
Color Harmonies of #D782D4
Complementary color
Monochromatic Colors of #D782D4
Black with #D782D4
Text Example
Text Example
White with #D782D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D782D4; }
p { color: rgb(215,130,212); }
H1.HeaderClassName
{
color: #D782D4;
}
.AnyTagClassName
{
color: #D782D4;
}
</style>
background-color css
<style>
a { background-color: #D782D4; }
a { background-color: rgb(215,130,212); }
div.DivClassName
{
background-color: #D782D4;
}
.BgClassName
{
background-color: #D782D4;
}
</style>
border-color css
<style>
span { border-color: #D782D4; }
span { border-color: rgb(215,130,212); }
td.TdClassName
{
border-color: #D782D4;
}
.TagClassName
{
border-color: #D782D4;
}
</style>