Shades of Orchid #D682C5
Tints of Orchid #D682C5
RGB
CMYK
RGB Variations
Color information
#D682C5 (or 0xD682C5) is known color: Orchid. HEX triplet: D6, 82 and C5. RGB value is (214,130,197). Sum of RGB (Red+Green+Blue) = 214+130+197=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D682C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682C5 is #297D3A. Grayscale: #A2A2A2. Windows color (decimal): -2719035 or 12944086. OLE color: 12944086.
HSL color Cylindrical-coordinate representation of color #D682C5: hue angle of 312.14º 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 #D682C5 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 197 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.16 |
| HSL | 312.14º | 0.51% | 0.67% | - |
| HSV(B) | 312.14º | 0.39% | 0.84% | - |
| XYZ | 45.79 | 34.29 | 57.03 | - |
| YUV | 162.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 197 | 0 | 0.39 | 0.08 | 0.16 | 312.14 | 0.51 | 0.67 |
| Hex | D6 | 82 | C5 | 0 | 27 | 8 | 10 | 138 | 33 | 43 |
| Octal | 326 | 202 | 305 | 0 | 47 | 10 | 20 | 470 | 63 | 103 |
| Binary | 11010110 | 10000010 | 11000101 | 0 | 100111 | 1000 | 10000 | 100111000 | 110011 | 1000011 |
Color Harmonies of #D682C5
Complementary color
Monochromatic Colors of #D682C5
Black with #D682C5
Text Example
Text Example
White with #D682C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682C5; }
p { color: rgb(214,130,197); }
H1.HeaderClassName
{
color: #D682C5;
}
.AnyTagClassName
{
color: #D682C5;
}
</style>
background-color css
<style>
a { background-color: #D682C5; }
a { background-color: rgb(214,130,197); }
div.DivClassName
{
background-color: #D682C5;
}
.BgClassName
{
background-color: #D682C5;
}
</style>
border-color css
<style>
span { border-color: #D682C5; }
span { border-color: rgb(214,130,197); }
td.TdClassName
{
border-color: #D682C5;
}
.TagClassName
{
border-color: #D682C5;
}
</style>