Shades of Orchid #D471DF
Tints of Orchid #D471DF
RGB
CMYK
RGB Variations
Color information
#D471DF (or 0xD471DF) is known color: Orchid. HEX triplet: D4, 71 and DF. RGB value is (212,113,223). Sum of RGB (Red+Green+Blue) = 212+113+223=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #D471DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471DF is #2B8E20. Grayscale: #9A9A9A. Windows color (decimal): -2854433 or 14643668. OLE color: 14643668.
HSL color Cylindrical-coordinate representation of color #D471DF: hue angle of 294º degrees, saturation: 0.63, 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 #D471DF is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 113 | 223 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.13 |
| HSL | 294º | 0.63% | 0.66% | - |
| HSV(B) | 294º | 0.49% | 0.87% | - |
| XYZ | 46.38 | 31.14 | 73.38 | - |
| YUV | 155.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 223 | 0.05 | 0.49 | 0 | 0.13 | 294 | 0.63 | 0.66 |
| Hex | D4 | 71 | DF | 5 | 31 | 0 | D | 126 | 3F | 42 |
| Octal | 324 | 161 | 337 | 5 | 61 | 0 | 15 | 446 | 77 | 102 |
| Binary | 11010100 | 1110001 | 11011111 | 101 | 110001 | 0 | 1101 | 100100110 | 111111 | 1000010 |
Color Harmonies of #D471DF
Complementary color
Monochromatic Colors of #D471DF
Black with #D471DF
Text Example
Text Example
White with #D471DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471DF; }
p { color: rgb(212,113,223); }
H1.HeaderClassName
{
color: #D471DF;
}
.AnyTagClassName
{
color: #D471DF;
}
</style>
background-color css
<style>
a { background-color: #D471DF; }
a { background-color: rgb(212,113,223); }
div.DivClassName
{
background-color: #D471DF;
}
.BgClassName
{
background-color: #D471DF;
}
</style>
border-color css
<style>
span { border-color: #D471DF; }
span { border-color: rgb(212,113,223); }
td.TdClassName
{
border-color: #D471DF;
}
.TagClassName
{
border-color: #D471DF;
}
</style>