Shades of Orchid #D682C0
Tints of Orchid #D682C0
RGB
CMYK
RGB Variations
Color information
#D682C0 (or 0xD682C0) is known color: Orchid. HEX triplet: D6, 82 and C0. RGB value is (214,130,192). Sum of RGB (Red+Green+Blue) = 214+130+192=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D682C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682C0 is #297D3F. Grayscale: #A2A2A2. Windows color (decimal): -2719040 or 12616406. OLE color: 12616406.
HSL color Cylindrical-coordinate representation of color #D682C0: hue angle of 315.71º 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 #D682C0 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 192 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.16 |
| HSL | 315.71º | 0.51% | 0.67% | - |
| HSV(B) | 315.71º | 0.39% | 0.84% | - |
| XYZ | 45.23 | 34.07 | 54.06 | - |
| YUV | 162.18 | 144.83 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 192 | 0 | 0.39 | 0.10 | 0.16 | 315.71 | 0.51 | 0.67 |
| Hex | D6 | 82 | C0 | 0 | 27 | A | 10 | 13C | 33 | 43 |
| Octal | 326 | 202 | 300 | 0 | 47 | 12 | 20 | 474 | 63 | 103 |
| Binary | 11010110 | 10000010 | 11000000 | 0 | 100111 | 1010 | 10000 | 100111100 | 110011 | 1000011 |
Color Harmonies of #D682C0
Complementary color
Monochromatic Colors of #D682C0
Black with #D682C0
Text Example
Text Example
White with #D682C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682C0; }
p { color: rgb(214,130,192); }
H1.HeaderClassName
{
color: #D682C0;
}
.AnyTagClassName
{
color: #D682C0;
}
</style>
background-color css
<style>
a { background-color: #D682C0; }
a { background-color: rgb(214,130,192); }
div.DivClassName
{
background-color: #D682C0;
}
.BgClassName
{
background-color: #D682C0;
}
</style>
border-color css
<style>
span { border-color: #D682C0; }
span { border-color: rgb(214,130,192); }
td.TdClassName
{
border-color: #D682C0;
}
.TagClassName
{
border-color: #D682C0;
}
</style>