Shades of Orchid #D682D1
Tints of Orchid #D682D1
RGB
CMYK
RGB Variations
Color information
#D682D1 (or 0xD682D1) is known color: Orchid. HEX triplet: D6, 82 and D1. RGB value is (214,130,209). Sum of RGB (Red+Green+Blue) = 214+130+209=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D682D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682D1 is #297D2E. Grayscale: #A3A3A3. Windows color (decimal): -2719023 or 13730518. OLE color: 13730518.
HSL color Cylindrical-coordinate representation of color #D682D1: hue angle of 303.57º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D682D1 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 209 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.16 |
| HSL | 303.57º | 0.51% | 0.67% | - |
| HSV(B) | 303.57º | 0.39% | 0.84% | - |
| XYZ | 47.22 | 34.86 | 64.56 | - |
| YUV | 164.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 209 | 0 | 0.39 | 0.02 | 0.16 | 303.57 | 0.51 | 0.67 |
| Hex | D6 | 82 | D1 | 0 | 27 | 2 | 10 | 130 | 33 | 43 |
| Octal | 326 | 202 | 321 | 0 | 47 | 2 | 20 | 460 | 63 | 103 |
| Binary | 11010110 | 10000010 | 11010001 | 0 | 100111 | 10 | 10000 | 100110000 | 110011 | 1000011 |
Color Harmonies of #D682D1
Complementary color
Monochromatic Colors of #D682D1
Black with #D682D1
Text Example
Text Example
White with #D682D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682D1; }
p { color: rgb(214,130,209); }
H1.HeaderClassName
{
color: #D682D1;
}
.AnyTagClassName
{
color: #D682D1;
}
</style>
background-color css
<style>
a { background-color: #D682D1; }
a { background-color: rgb(214,130,209); }
div.DivClassName
{
background-color: #D682D1;
}
.BgClassName
{
background-color: #D682D1;
}
</style>
border-color css
<style>
span { border-color: #D682D1; }
span { border-color: rgb(214,130,209); }
td.TdClassName
{
border-color: #D682D1;
}
.TagClassName
{
border-color: #D682D1;
}
</style>