Shades of Orchid #D082D7
Tints of Orchid #D082D7
RGB
CMYK
RGB Variations
Color information
#D082D7 (or 0xD082D7) is known color: Orchid. HEX triplet: D0, 82 and D7. RGB value is (208,130,215). Sum of RGB (Red+Green+Blue) = 208+130+215=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #D082D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082D7 is #2F7D28. Grayscale: #A2A2A2. Windows color (decimal): -3112233 or 14123728. OLE color: 14123728.
HSL color Cylindrical-coordinate representation of color #D082D7: hue angle of 295.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D082D7 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 130 | 215 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.16 |
| HSL | 295.06º | 0.52% | 0.68% | - |
| HSV(B) | 295.06º | 0.4% | 0.84% | - |
| XYZ | 46.26 | 34.28 | 68.47 | - |
| YUV | 163.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 215 | 0.03 | 0.40 | 0 | 0.16 | 295.06 | 0.52 | 0.68 |
| Hex | D0 | 82 | D7 | 3 | 28 | 0 | 10 | 127 | 34 | 44 |
| Octal | 320 | 202 | 327 | 3 | 50 | 0 | 20 | 447 | 64 | 104 |
| Binary | 11010000 | 10000010 | 11010111 | 11 | 101000 | 0 | 10000 | 100100111 | 110100 | 1000100 |
Color Harmonies of #D082D7
Complementary color
Monochromatic Colors of #D082D7
Black with #D082D7
Text Example
Text Example
White with #D082D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082D7; }
p { color: rgb(208,130,215); }
H1.HeaderClassName
{
color: #D082D7;
}
.AnyTagClassName
{
color: #D082D7;
}
</style>
background-color css
<style>
a { background-color: #D082D7; }
a { background-color: rgb(208,130,215); }
div.DivClassName
{
background-color: #D082D7;
}
.BgClassName
{
background-color: #D082D7;
}
</style>
border-color css
<style>
span { border-color: #D082D7; }
span { border-color: rgb(208,130,215); }
td.TdClassName
{
border-color: #D082D7;
}
.TagClassName
{
border-color: #D082D7;
}
</style>