Shades of Orchid #D082BF
Tints of Orchid #D082BF
RGB
CMYK
RGB Variations
Color information
#D082BF (or 0xD082BF) is known color: Orchid. HEX triplet: D0, 82 and BF. RGB value is (208,130,191). Sum of RGB (Red+Green+Blue) = 208+130+191=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D082BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082BF is #2F7D40. Grayscale: #A0A0A0. Windows color (decimal): -3112257 or 12550864. OLE color: 12550864.
HSL color Cylindrical-coordinate representation of color #D082BF: hue angle of 313.08º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D082BF is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 191 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.18 |
| HSL | 313.08º | 0.45% | 0.66% | - |
| HSV(B) | 313.08º | 0.38% | 0.82% | - |
| XYZ | 43.4 | 33.14 | 53.4 | - |
| YUV | 160.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 191 | 0 | 0.38 | 0.08 | 0.18 | 313.08 | 0.45 | 0.66 |
| Hex | D0 | 82 | BF | 0 | 26 | 8 | 12 | 139 | 2D | 42 |
| Octal | 320 | 202 | 277 | 0 | 46 | 10 | 22 | 471 | 55 | 102 |
| Binary | 11010000 | 10000010 | 10111111 | 0 | 100110 | 1000 | 10010 | 100111001 | 101101 | 1000010 |
Color Harmonies of #D082BF
Complementary color
Monochromatic Colors of #D082BF
Black with #D082BF
Text Example
Text Example
White with #D082BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082BF; }
p { color: rgb(208,130,191); }
H1.HeaderClassName
{
color: #D082BF;
}
.AnyTagClassName
{
color: #D082BF;
}
</style>
background-color css
<style>
a { background-color: #D082BF; }
a { background-color: rgb(208,130,191); }
div.DivClassName
{
background-color: #D082BF;
}
.BgClassName
{
background-color: #D082BF;
}
</style>
border-color css
<style>
span { border-color: #D082BF; }
span { border-color: rgb(208,130,191); }
td.TdClassName
{
border-color: #D082BF;
}
.TagClassName
{
border-color: #D082BF;
}
</style>