Shades of Orchid #D682C9
Tints of Orchid #D682C9
RGB
CMYK
RGB Variations
Color information
#D682C9 (or 0xD682C9) is known color: Orchid. HEX triplet: D6, 82 and C9. RGB value is (214,130,201). Sum of RGB (Red+Green+Blue) = 214+130+201=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D682C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682C9 is #297D36. Grayscale: #A3A3A3. Windows color (decimal): -2719031 or 13206230. OLE color: 13206230.
HSL color Cylindrical-coordinate representation of color #D682C9: hue angle of 309.29º 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 #D682C9 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 201 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.16 |
| HSL | 309.29º | 0.51% | 0.67% | - |
| HSV(B) | 309.29º | 0.39% | 0.84% | - |
| XYZ | 46.26 | 34.48 | 59.48 | - |
| YUV | 163.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 201 | 0 | 0.39 | 0.06 | 0.16 | 309.29 | 0.51 | 0.67 |
| Hex | D6 | 82 | C9 | 0 | 27 | 6 | 10 | 135 | 33 | 43 |
| Octal | 326 | 202 | 311 | 0 | 47 | 6 | 20 | 465 | 63 | 103 |
| Binary | 11010110 | 10000010 | 11001001 | 0 | 100111 | 110 | 10000 | 100110101 | 110011 | 1000011 |
Color Harmonies of #D682C9
Complementary color
Monochromatic Colors of #D682C9
Black with #D682C9
Text Example
Text Example
White with #D682C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682C9; }
p { color: rgb(214,130,201); }
H1.HeaderClassName
{
color: #D682C9;
}
.AnyTagClassName
{
color: #D682C9;
}
</style>
background-color css
<style>
a { background-color: #D682C9; }
a { background-color: rgb(214,130,201); }
div.DivClassName
{
background-color: #D682C9;
}
.BgClassName
{
background-color: #D682C9;
}
</style>
border-color css
<style>
span { border-color: #D682C9; }
span { border-color: rgb(214,130,201); }
td.TdClassName
{
border-color: #D682C9;
}
.TagClassName
{
border-color: #D682C9;
}
</style>