Shades of Orchid #D782D1
Tints of Orchid #D782D1
RGB
CMYK
RGB Variations
Color information
#D782D1 (or 0xD782D1) is known color: Orchid. HEX triplet: D7, 82 and D1. RGB value is (215,130,209). Sum of RGB (Red+Green+Blue) = 215+130+209=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D782D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782D1 is #287D2E. Grayscale: #A4A4A4. Windows color (decimal): -2653487 or 13730519. OLE color: 13730519.
HSL color Cylindrical-coordinate representation of color #D782D1: hue angle of 304.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 #D782D1 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 209 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.16 |
| HSL | 304.24º | 0.52% | 0.68% | - |
| HSV(B) | 304.24º | 0.4% | 0.84% | - |
| XYZ | 47.52 | 35.02 | 64.58 | - |
| YUV | 164.42 | 153.16 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 209 | 0 | 0.40 | 0.03 | 0.16 | 304.24 | 0.52 | 0.68 |
| Hex | D7 | 82 | D1 | 0 | 28 | 3 | 10 | 130 | 34 | 44 |
| Octal | 327 | 202 | 321 | 0 | 50 | 3 | 20 | 460 | 64 | 104 |
| Binary | 11010111 | 10000010 | 11010001 | 0 | 101000 | 11 | 10000 | 100110000 | 110100 | 1000100 |
Color Harmonies of #D782D1
Complementary color
Monochromatic Colors of #D782D1
Black with #D782D1
Text Example
Text Example
White with #D782D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D782D1; }
p { color: rgb(215,130,209); }
H1.HeaderClassName
{
color: #D782D1;
}
.AnyTagClassName
{
color: #D782D1;
}
</style>
background-color css
<style>
a { background-color: #D782D1; }
a { background-color: rgb(215,130,209); }
div.DivClassName
{
background-color: #D782D1;
}
.BgClassName
{
background-color: #D782D1;
}
</style>
border-color css
<style>
span { border-color: #D782D1; }
span { border-color: rgb(215,130,209); }
td.TdClassName
{
border-color: #D782D1;
}
.TagClassName
{
border-color: #D782D1;
}
</style>