Shades of Orchid #D084DD
Tints of Orchid #D084DD
RGB
CMYK
RGB Variations
Color information
#D084DD (or 0xD084DD) is known color: Orchid. HEX triplet: D0, 84 and DD. RGB value is (208,132,221). Sum of RGB (Red+Green+Blue) = 208+132+221=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D084DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084DD is #2F7B22. Grayscale: #A4A4A4. Windows color (decimal): -3111715 or 14517456. OLE color: 14517456.
HSL color Cylindrical-coordinate representation of color #D084DD: hue angle of 291.24º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D084DD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 132 | 221 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.13 |
| HSL | 291.24º | 0.57% | 0.69% | - |
| HSV(B) | 291.24º | 0.4% | 0.87% | - |
| XYZ | 47.31 | 35.13 | 72.69 | - |
| YUV | 164.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 221 | 0.06 | 0.40 | 0 | 0.13 | 291.24 | 0.57 | 0.69 |
| Hex | D0 | 84 | DD | 6 | 28 | 0 | D | 123 | 39 | 45 |
| Octal | 320 | 204 | 335 | 6 | 50 | 0 | 15 | 443 | 71 | 105 |
| Binary | 11010000 | 10000100 | 11011101 | 110 | 101000 | 0 | 1101 | 100100011 | 111001 | 1000101 |
Color Harmonies of #D084DD
Complementary color
Monochromatic Colors of #D084DD
Black with #D084DD
Text Example
Text Example
White with #D084DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084DD; }
p { color: rgb(208,132,221); }
H1.HeaderClassName
{
color: #D084DD;
}
.AnyTagClassName
{
color: #D084DD;
}
</style>
background-color css
<style>
a { background-color: #D084DD; }
a { background-color: rgb(208,132,221); }
div.DivClassName
{
background-color: #D084DD;
}
.BgClassName
{
background-color: #D084DD;
}
</style>
border-color css
<style>
span { border-color: #D084DD; }
span { border-color: rgb(208,132,221); }
td.TdClassName
{
border-color: #D084DD;
}
.TagClassName
{
border-color: #D084DD;
}
</style>