Shades of Orchid #D47ACF
Tints of Orchid #D47ACF
RGB
CMYK
RGB Variations
Color information
#D47ACF (or 0xD47ACF) is known color: Orchid. HEX triplet: D4, 7A and CF. RGB value is (212,122,207). Sum of RGB (Red+Green+Blue) = 212+122+207=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ACF is #2B8530. Grayscale: #9E9E9E. Windows color (decimal): -2852145 or 13597396. OLE color: 13597396.
HSL color Cylindrical-coordinate representation of color #D47ACF: hue angle of 303.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47ACF is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 207 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.17 |
| HSL | 303.33º | 0.51% | 0.65% | - |
| HSV(B) | 303.33º | 0.42% | 0.83% | - |
| XYZ | 45.37 | 32.42 | 62.9 | - |
| YUV | 158.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 207 | 0 | 0.42 | 0.02 | 0.17 | 303.33 | 0.51 | 0.65 |
| Hex | D4 | 7A | CF | 0 | 2A | 2 | 11 | 12F | 33 | 41 |
| Octal | 324 | 172 | 317 | 0 | 52 | 2 | 21 | 457 | 63 | 101 |
| Binary | 11010100 | 1111010 | 11001111 | 0 | 101010 | 10 | 10001 | 100101111 | 110011 | 1000001 |
Color Harmonies of #D47ACF
Complementary color
Monochromatic Colors of #D47ACF
Black with #D47ACF
Text Example
Text Example
White with #D47ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47ACF; }
p { color: rgb(212,122,207); }
H1.HeaderClassName
{
color: #D47ACF;
}
.AnyTagClassName
{
color: #D47ACF;
}
</style>
background-color css
<style>
a { background-color: #D47ACF; }
a { background-color: rgb(212,122,207); }
div.DivClassName
{
background-color: #D47ACF;
}
.BgClassName
{
background-color: #D47ACF;
}
</style>
border-color css
<style>
span { border-color: #D47ACF; }
span { border-color: rgb(212,122,207); }
td.TdClassName
{
border-color: #D47ACF;
}
.TagClassName
{
border-color: #D47ACF;
}
</style>