Shades of Orchid #D071E5
Tints of Orchid #D071E5
RGB
CMYK
RGB Variations
Color information
#D071E5 (or 0xD071E5) is known color: Orchid. HEX triplet: D0, 71 and E5. RGB value is (208,113,229). Sum of RGB (Red+Green+Blue) = 208+113+229=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #D071E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071E5 is #2F8E1A. Grayscale: #9A9A9A. Windows color (decimal): -3116571 or 15036880. OLE color: 15036880.
HSL color Cylindrical-coordinate representation of color #D071E5: hue angle of 289.14º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D071E5 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 113 | 229 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.10 |
| HSL | 289.14º | 0.69% | 0.67% | - |
| HSV(B) | 289.14º | 0.51% | 0.9% | - |
| XYZ | 46.06 | 30.88 | 77.66 | - |
| YUV | 154.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 229 | 0.09 | 0.51 | 0 | 0.10 | 289.14 | 0.69 | 0.67 |
| Hex | D0 | 71 | E5 | 9 | 33 | 0 | A | 121 | 45 | 43 |
| Octal | 320 | 161 | 345 | 11 | 63 | 0 | 12 | 441 | 105 | 103 |
| Binary | 11010000 | 1110001 | 11100101 | 1001 | 110011 | 0 | 1010 | 100100001 | 1000101 | 1000011 |
Color Harmonies of #D071E5
Complementary color
Monochromatic Colors of #D071E5
Black with #D071E5
Text Example
Text Example
White with #D071E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D071E5; }
p { color: rgb(208,113,229); }
H1.HeaderClassName
{
color: #D071E5;
}
.AnyTagClassName
{
color: #D071E5;
}
</style>
background-color css
<style>
a { background-color: #D071E5; }
a { background-color: rgb(208,113,229); }
div.DivClassName
{
background-color: #D071E5;
}
.BgClassName
{
background-color: #D071E5;
}
</style>
border-color css
<style>
span { border-color: #D071E5; }
span { border-color: rgb(208,113,229); }
td.TdClassName
{
border-color: #D071E5;
}
.TagClassName
{
border-color: #D071E5;
}
</style>