Shades of Orchid #D082D8
Tints of Orchid #D082D8
RGB
CMYK
RGB Variations
Color information
#D082D8 (or 0xD082D8) is known color: Orchid. HEX triplet: D0, 82 and D8. RGB value is (208,130,216). Sum of RGB (Red+Green+Blue) = 208+130+216=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #D082D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082D8 is #2F7D27. Grayscale: #A2A2A2. Windows color (decimal): -3112232 or 14189264. OLE color: 14189264.
HSL color Cylindrical-coordinate representation of color #D082D8: hue angle of 294.42º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D082D8 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 130 | 216 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.15 |
| HSL | 294.42º | 0.52% | 0.68% | - |
| HSV(B) | 294.42º | 0.4% | 0.85% | - |
| XYZ | 46.39 | 34.33 | 69.15 | - |
| YUV | 163.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 216 | 0.04 | 0.40 | 0 | 0.15 | 294.42 | 0.52 | 0.68 |
| Hex | D0 | 82 | D8 | 4 | 28 | 0 | F | 126 | 34 | 44 |
| Octal | 320 | 202 | 330 | 4 | 50 | 0 | 17 | 446 | 64 | 104 |
| Binary | 11010000 | 10000010 | 11011000 | 100 | 101000 | 0 | 1111 | 100100110 | 110100 | 1000100 |
Color Harmonies of #D082D8
Complementary color
Monochromatic Colors of #D082D8
Black with #D082D8
Text Example
Text Example
White with #D082D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082D8; }
p { color: rgb(208,130,216); }
H1.HeaderClassName
{
color: #D082D8;
}
.AnyTagClassName
{
color: #D082D8;
}
</style>
background-color css
<style>
a { background-color: #D082D8; }
a { background-color: rgb(208,130,216); }
div.DivClassName
{
background-color: #D082D8;
}
.BgClassName
{
background-color: #D082D8;
}
</style>
border-color css
<style>
span { border-color: #D082D8; }
span { border-color: rgb(208,130,216); }
td.TdClassName
{
border-color: #D082D8;
}
.TagClassName
{
border-color: #D082D8;
}
</style>