Shades of Orchid #D071DD
Tints of Orchid #D071DD
RGB
CMYK
RGB Variations
Color information
#D071DD (or 0xD071DD) is known color: Orchid. HEX triplet: D0, 71 and DD. RGB value is (208,113,221). Sum of RGB (Red+Green+Blue) = 208+113+221=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D071DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071DD is #2F8E22. Grayscale: #999999. Windows color (decimal): -3116579 or 14512592. OLE color: 14512592.
HSL color Cylindrical-coordinate representation of color #D071DD: hue angle of 292.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D071DD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 113 | 221 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.13 |
| HSL | 292.78º | 0.61% | 0.65% | - |
| HSV(B) | 292.78º | 0.49% | 0.87% | - |
| XYZ | 44.97 | 30.44 | 71.91 | - |
| YUV | 153.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 221 | 0.06 | 0.49 | 0 | 0.13 | 292.78 | 0.61 | 0.65 |
| Hex | D0 | 71 | DD | 6 | 31 | 0 | D | 125 | 3D | 41 |
| Octal | 320 | 161 | 335 | 6 | 61 | 0 | 15 | 445 | 75 | 101 |
| Binary | 11010000 | 1110001 | 11011101 | 110 | 110001 | 0 | 1101 | 100100101 | 111101 | 1000001 |
Color Harmonies of #D071DD
Complementary color
Monochromatic Colors of #D071DD
Black with #D071DD
Text Example
Text Example
White with #D071DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D071DD; }
p { color: rgb(208,113,221); }
H1.HeaderClassName
{
color: #D071DD;
}
.AnyTagClassName
{
color: #D071DD;
}
</style>
background-color css
<style>
a { background-color: #D071DD; }
a { background-color: rgb(208,113,221); }
div.DivClassName
{
background-color: #D071DD;
}
.BgClassName
{
background-color: #D071DD;
}
</style>
border-color css
<style>
span { border-color: #D071DD; }
span { border-color: rgb(208,113,221); }
td.TdClassName
{
border-color: #D071DD;
}
.TagClassName
{
border-color: #D071DD;
}
</style>