Shades of Orchid #D471CF
Tints of Orchid #D471CF
RGB
CMYK
RGB Variations
Color information
#D471CF (or 0xD471CF) is known color: Orchid. HEX triplet: D4, 71 and CF. RGB value is (212,113,207). Sum of RGB (Red+Green+Blue) = 212+113+207=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D471CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471CF is #2B8E30. Grayscale: #999999. Windows color (decimal): -2854449 or 13595092. OLE color: 13595092.
HSL color Cylindrical-coordinate representation of color #D471CF: hue angle of 303.03º 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 #D471CF is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 207 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.17 |
| HSL | 303.03º | 0.54% | 0.64% | - |
| HSV(B) | 303.03º | 0.47% | 0.83% | - |
| XYZ | 44.32 | 30.31 | 62.55 | - |
| YUV | 153.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 207 | 0 | 0.47 | 0.02 | 0.17 | 303.03 | 0.54 | 0.64 |
| Hex | D4 | 71 | CF | 0 | 2F | 2 | 11 | 12F | 36 | 40 |
| Octal | 324 | 161 | 317 | 0 | 57 | 2 | 21 | 457 | 66 | 100 |
| Binary | 11010100 | 1110001 | 11001111 | 0 | 101111 | 10 | 10001 | 100101111 | 110110 | 1000000 |
Color Harmonies of #D471CF
Complementary color
Monochromatic Colors of #D471CF
Black with #D471CF
Text Example
Text Example
White with #D471CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471CF; }
p { color: rgb(212,113,207); }
H1.HeaderClassName
{
color: #D471CF;
}
.AnyTagClassName
{
color: #D471CF;
}
</style>
background-color css
<style>
a { background-color: #D471CF; }
a { background-color: rgb(212,113,207); }
div.DivClassName
{
background-color: #D471CF;
}
.BgClassName
{
background-color: #D471CF;
}
</style>
border-color css
<style>
span { border-color: #D471CF; }
span { border-color: rgb(212,113,207); }
td.TdClassName
{
border-color: #D471CF;
}
.TagClassName
{
border-color: #D471CF;
}
</style>