Shades of Orchid #D471DE
Tints of Orchid #D471DE
RGB
CMYK
RGB Variations
Color information
#D471DE (or 0xD471DE) is known color: Orchid. HEX triplet: D4, 71 and DE. RGB value is (212,113,222). Sum of RGB (Red+Green+Blue) = 212+113+222=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #D471DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471DE is #2B8E21. Grayscale: #9A9A9A. Windows color (decimal): -2854434 or 14578132. OLE color: 14578132.
HSL color Cylindrical-coordinate representation of color #D471DE: hue angle of 294.5º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D471DE is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 113 | 222 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.13 |
| HSL | 294.5º | 0.62% | 0.66% | - |
| HSV(B) | 294.5º | 0.49% | 0.87% | - |
| XYZ | 46.24 | 31.08 | 72.67 | - |
| YUV | 155.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 222 | 0.05 | 0.49 | 0 | 0.13 | 294.5 | 0.62 | 0.66 |
| Hex | D4 | 71 | DE | 5 | 31 | 0 | D | 126 | 3E | 42 |
| Octal | 324 | 161 | 336 | 5 | 61 | 0 | 15 | 446 | 76 | 102 |
| Binary | 11010100 | 1110001 | 11011110 | 101 | 110001 | 0 | 1101 | 100100110 | 111110 | 1000010 |
Color Harmonies of #D471DE
Complementary color
Monochromatic Colors of #D471DE
Black with #D471DE
Text Example
Text Example
White with #D471DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471DE; }
p { color: rgb(212,113,222); }
H1.HeaderClassName
{
color: #D471DE;
}
.AnyTagClassName
{
color: #D471DE;
}
</style>
background-color css
<style>
a { background-color: #D471DE; }
a { background-color: rgb(212,113,222); }
div.DivClassName
{
background-color: #D471DE;
}
.BgClassName
{
background-color: #D471DE;
}
</style>
border-color css
<style>
span { border-color: #D471DE; }
span { border-color: rgb(212,113,222); }
td.TdClassName
{
border-color: #D471DE;
}
.TagClassName
{
border-color: #D471DE;
}
</style>