Shades of Orchid #D471D5
Tints of Orchid #D471D5
RGB
CMYK
RGB Variations
Color information
#D471D5 (or 0xD471D5) is known color: Orchid. HEX triplet: D4, 71 and D5. RGB value is (212,113,213). Sum of RGB (Red+Green+Blue) = 212+113+213=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #D471D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471D5 is #2B8E2A. Grayscale: #999999. Windows color (decimal): -2854443 or 13988308. OLE color: 13988308.
HSL color Cylindrical-coordinate representation of color #D471D5: hue angle of 299.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D471D5 is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 113 | 213 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.16 |
| HSL | 299.4º | 0.54% | 0.64% | - |
| HSV(B) | 299.4º | 0.47% | 0.84% | - |
| XYZ | 45.07 | 30.61 | 66.48 | - |
| YUV | 154 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 213 | 0.00 | 0.47 | 0 | 0.16 | 299.4 | 0.54 | 0.64 |
| Hex | D4 | 71 | D5 | 0 | 2F | 0 | 10 | 12B | 36 | 40 |
| Octal | 324 | 161 | 325 | 0 | 57 | 0 | 20 | 453 | 66 | 100 |
| Binary | 11010100 | 1110001 | 11010101 | 0 | 101111 | 0 | 10000 | 100101011 | 110110 | 1000000 |
Color Harmonies of #D471D5
Complementary color
Monochromatic Colors of #D471D5
Black with #D471D5
Text Example
Text Example
White with #D471D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471D5; }
p { color: rgb(212,113,213); }
H1.HeaderClassName
{
color: #D471D5;
}
.AnyTagClassName
{
color: #D471D5;
}
</style>
background-color css
<style>
a { background-color: #D471D5; }
a { background-color: rgb(212,113,213); }
div.DivClassName
{
background-color: #D471D5;
}
.BgClassName
{
background-color: #D471D5;
}
</style>
border-color css
<style>
span { border-color: #D471D5; }
span { border-color: rgb(212,113,213); }
td.TdClassName
{
border-color: #D471D5;
}
.TagClassName
{
border-color: #D471D5;
}
</style>