Shades of Orchid #D782C0
Tints of Orchid #D782C0
RGB
CMYK
RGB Variations
Color information
#D782C0 (or 0xD782C0) is known color: Orchid. HEX triplet: D7, 82 and C0. RGB value is (215,130,192). Sum of RGB (Red+Green+Blue) = 215+130+192=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D782C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782C0 is #287D3F. Grayscale: #A2A2A2. Windows color (decimal): -2653504 or 12616407. OLE color: 12616407.
HSL color Cylindrical-coordinate representation of color #D782C0: hue angle of 316.24º 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 #D782C0 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 192 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.16 |
| HSL | 316.24º | 0.52% | 0.68% | - |
| HSV(B) | 316.24º | 0.4% | 0.84% | - |
| XYZ | 45.52 | 34.22 | 54.07 | - |
| YUV | 162.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 192 | 0 | 0.40 | 0.11 | 0.16 | 316.24 | 0.52 | 0.68 |
| Hex | D7 | 82 | C0 | 0 | 28 | B | 10 | 13C | 34 | 44 |
| Octal | 327 | 202 | 300 | 0 | 50 | 13 | 20 | 474 | 64 | 104 |
| Binary | 11010111 | 10000010 | 11000000 | 0 | 101000 | 1011 | 10000 | 100111100 | 110100 | 1000100 |
Color Harmonies of #D782C0
Complementary color
Monochromatic Colors of #D782C0
Black with #D782C0
Text Example
Text Example
White with #D782C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D782C0; }
p { color: rgb(215,130,192); }
H1.HeaderClassName
{
color: #D782C0;
}
.AnyTagClassName
{
color: #D782C0;
}
</style>
background-color css
<style>
a { background-color: #D782C0; }
a { background-color: rgb(215,130,192); }
div.DivClassName
{
background-color: #D782C0;
}
.BgClassName
{
background-color: #D782C0;
}
</style>
border-color css
<style>
span { border-color: #D782C0; }
span { border-color: rgb(215,130,192); }
td.TdClassName
{
border-color: #D782C0;
}
.TagClassName
{
border-color: #D782C0;
}
</style>