Shades of Orchid #D082BE
Tints of Orchid #D082BE
RGB
CMYK
RGB Variations
Color information
#D082BE (or 0xD082BE) is known color: Orchid. HEX triplet: D0, 82 and BE. RGB value is (208,130,190). Sum of RGB (Red+Green+Blue) = 208+130+190=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D082BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082BE is #2F7D41. Grayscale: #A0A0A0. Windows color (decimal): -3112258 or 12485328. OLE color: 12485328.
HSL color Cylindrical-coordinate representation of color #D082BE: hue angle of 313.85º 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 #D082BE is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 190 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.18 |
| HSL | 313.85º | 0.45% | 0.66% | - |
| HSV(B) | 313.85º | 0.38% | 0.82% | - |
| XYZ | 43.29 | 33.09 | 52.82 | - |
| YUV | 160.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 190 | 0 | 0.38 | 0.09 | 0.18 | 313.85 | 0.45 | 0.66 |
| Hex | D0 | 82 | BE | 0 | 26 | 9 | 12 | 13A | 2D | 42 |
| Octal | 320 | 202 | 276 | 0 | 46 | 11 | 22 | 472 | 55 | 102 |
| Binary | 11010000 | 10000010 | 10111110 | 0 | 100110 | 1001 | 10010 | 100111010 | 101101 | 1000010 |
Color Harmonies of #D082BE
Complementary color
Monochromatic Colors of #D082BE
Black with #D082BE
Text Example
Text Example
White with #D082BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082BE; }
p { color: rgb(208,130,190); }
H1.HeaderClassName
{
color: #D082BE;
}
.AnyTagClassName
{
color: #D082BE;
}
</style>
background-color css
<style>
a { background-color: #D082BE; }
a { background-color: rgb(208,130,190); }
div.DivClassName
{
background-color: #D082BE;
}
.BgClassName
{
background-color: #D082BE;
}
</style>
border-color css
<style>
span { border-color: #D082BE; }
span { border-color: rgb(208,130,190); }
td.TdClassName
{
border-color: #D082BE;
}
.TagClassName
{
border-color: #D082BE;
}
</style>