Shades of Orchid #D084D7
Tints of Orchid #D084D7
RGB
CMYK
RGB Variations
Color information
#D084D7 (or 0xD084D7) is known color: Orchid. HEX triplet: D0, 84 and D7. RGB value is (208,132,215). Sum of RGB (Red+Green+Blue) = 208+132+215=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #D084D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084D7 is #2F7B28. Grayscale: #A3A3A3. Windows color (decimal): -3111721 or 14124240. OLE color: 14124240.
HSL color Cylindrical-coordinate representation of color #D084D7: hue angle of 294.94º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D084D7 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 132 | 215 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.16 |
| HSL | 294.94º | 0.51% | 0.68% | - |
| HSV(B) | 294.94º | 0.39% | 0.84% | - |
| XYZ | 46.53 | 34.82 | 68.56 | - |
| YUV | 164.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 215 | 0.03 | 0.39 | 0 | 0.16 | 294.94 | 0.51 | 0.68 |
| Hex | D0 | 84 | D7 | 3 | 27 | 0 | 10 | 127 | 33 | 44 |
| Octal | 320 | 204 | 327 | 3 | 47 | 0 | 20 | 447 | 63 | 104 |
| Binary | 11010000 | 10000100 | 11010111 | 11 | 100111 | 0 | 10000 | 100100111 | 110011 | 1000100 |
Color Harmonies of #D084D7
Complementary color
Monochromatic Colors of #D084D7
Black with #D084D7
Text Example
Text Example
White with #D084D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084D7; }
p { color: rgb(208,132,215); }
H1.HeaderClassName
{
color: #D084D7;
}
.AnyTagClassName
{
color: #D084D7;
}
</style>
background-color css
<style>
a { background-color: #D084D7; }
a { background-color: rgb(208,132,215); }
div.DivClassName
{
background-color: #D084D7;
}
.BgClassName
{
background-color: #D084D7;
}
</style>
border-color css
<style>
span { border-color: #D084D7; }
span { border-color: rgb(208,132,215); }
td.TdClassName
{
border-color: #D084D7;
}
.TagClassName
{
border-color: #D084D7;
}
</style>