Shades of Orchid #D471D9
Tints of Orchid #D471D9
RGB
CMYK
RGB Variations
Color information
#D471D9 (or 0xD471D9) is known color: Orchid. HEX triplet: D4, 71 and D9. RGB value is (212,113,217). Sum of RGB (Red+Green+Blue) = 212+113+217=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #D471D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471D9 is #2B8E26. Grayscale: #9A9A9A. Windows color (decimal): -2854439 or 14250452. OLE color: 14250452.
HSL color Cylindrical-coordinate representation of color #D471D9: hue angle of 297.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D471D9 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 113 | 217 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.15 |
| HSL | 297.12º | 0.58% | 0.65% | - |
| HSV(B) | 297.12º | 0.48% | 0.85% | - |
| XYZ | 45.58 | 30.82 | 69.19 | - |
| YUV | 154.46 | 163.3 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 217 | 0.02 | 0.48 | 0 | 0.15 | 297.12 | 0.58 | 0.65 |
| Hex | D4 | 71 | D9 | 2 | 30 | 0 | F | 129 | 3A | 41 |
| Octal | 324 | 161 | 331 | 2 | 60 | 0 | 17 | 451 | 72 | 101 |
| Binary | 11010100 | 1110001 | 11011001 | 10 | 110000 | 0 | 1111 | 100101001 | 111010 | 1000001 |
Color Harmonies of #D471D9
Complementary color
Monochromatic Colors of #D471D9
Black with #D471D9
Text Example
Text Example
White with #D471D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471D9; }
p { color: rgb(212,113,217); }
H1.HeaderClassName
{
color: #D471D9;
}
.AnyTagClassName
{
color: #D471D9;
}
</style>
background-color css
<style>
a { background-color: #D471D9; }
a { background-color: rgb(212,113,217); }
div.DivClassName
{
background-color: #D471D9;
}
.BgClassName
{
background-color: #D471D9;
}
</style>
border-color css
<style>
span { border-color: #D471D9; }
span { border-color: rgb(212,113,217); }
td.TdClassName
{
border-color: #D471D9;
}
.TagClassName
{
border-color: #D471D9;
}
</style>