Shades of Orchid #D471D0
Tints of Orchid #D471D0
RGB
CMYK
RGB Variations
Color information
#D471D0 (or 0xD471D0) is known color: Orchid. HEX triplet: D4, 71 and D0. RGB value is (212,113,208). Sum of RGB (Red+Green+Blue) = 212+113+208=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D471D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471D0 is #2B8E2F. Grayscale: #999999. Windows color (decimal): -2854448 or 13660628. OLE color: 13660628.
HSL color Cylindrical-coordinate representation of color #D471D0: hue angle of 302.42º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D471D0 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 208 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.17 |
| HSL | 302.42º | 0.54% | 0.64% | - |
| HSV(B) | 302.42º | 0.47% | 0.83% | - |
| XYZ | 44.44 | 30.36 | 63.19 | - |
| YUV | 153.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 208 | 0 | 0.47 | 0.02 | 0.17 | 302.42 | 0.54 | 0.64 |
| Hex | D4 | 71 | D0 | 0 | 2F | 2 | 11 | 12E | 36 | 40 |
| Octal | 324 | 161 | 320 | 0 | 57 | 2 | 21 | 456 | 66 | 100 |
| Binary | 11010100 | 1110001 | 11010000 | 0 | 101111 | 10 | 10001 | 100101110 | 110110 | 1000000 |
Color Harmonies of #D471D0
Complementary color
Monochromatic Colors of #D471D0
Black with #D471D0
Text Example
Text Example
White with #D471D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471D0; }
p { color: rgb(212,113,208); }
H1.HeaderClassName
{
color: #D471D0;
}
.AnyTagClassName
{
color: #D471D0;
}
</style>
background-color css
<style>
a { background-color: #D471D0; }
a { background-color: rgb(212,113,208); }
div.DivClassName
{
background-color: #D471D0;
}
.BgClassName
{
background-color: #D471D0;
}
</style>
border-color css
<style>
span { border-color: #D471D0; }
span { border-color: rgb(212,113,208); }
td.TdClassName
{
border-color: #D471D0;
}
.TagClassName
{
border-color: #D471D0;
}
</style>