Shades of Orchid #D084C7
Tints of Orchid #D084C7
RGB
CMYK
RGB Variations
Color information
#D084C7 (or 0xD084C7) is known color: Orchid. HEX triplet: D0, 84 and C7. RGB value is (208,132,199). Sum of RGB (Red+Green+Blue) = 208+132+199=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D084C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084C7 is #2F7B38. Grayscale: #A2A2A2. Windows color (decimal): -3111737 or 13075664. OLE color: 13075664.
HSL color Cylindrical-coordinate representation of color #D084C7: hue angle of 307.11º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D084C7 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 199 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.18 |
| HSL | 307.11º | 0.45% | 0.67% | - |
| HSV(B) | 307.11º | 0.37% | 0.82% | - |
| XYZ | 44.57 | 34.04 | 58.25 | - |
| YUV | 162.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 199 | 0 | 0.37 | 0.04 | 0.18 | 307.11 | 0.45 | 0.67 |
| Hex | D0 | 84 | C7 | 0 | 25 | 4 | 12 | 133 | 2D | 43 |
| Octal | 320 | 204 | 307 | 0 | 45 | 4 | 22 | 463 | 55 | 103 |
| Binary | 11010000 | 10000100 | 11000111 | 0 | 100101 | 100 | 10010 | 100110011 | 101101 | 1000011 |
Color Harmonies of #D084C7
Complementary color
Monochromatic Colors of #D084C7
Black with #D084C7
Text Example
Text Example
White with #D084C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084C7; }
p { color: rgb(208,132,199); }
H1.HeaderClassName
{
color: #D084C7;
}
.AnyTagClassName
{
color: #D084C7;
}
</style>
background-color css
<style>
a { background-color: #D084C7; }
a { background-color: rgb(208,132,199); }
div.DivClassName
{
background-color: #D084C7;
}
.BgClassName
{
background-color: #D084C7;
}
</style>
border-color css
<style>
span { border-color: #D084C7; }
span { border-color: rgb(208,132,199); }
td.TdClassName
{
border-color: #D084C7;
}
.TagClassName
{
border-color: #D084C7;
}
</style>