Shades of Orchid #D46ABC
Tints of Orchid #D46ABC
RGB
CMYK
RGB Variations
Color information
#D46ABC (or 0xD46ABC) is known color: Orchid. HEX triplet: D4, 6A and BC. RGB value is (212,106,188). Sum of RGB (Red+Green+Blue) = 212+106+188=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D46ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ABC is #2B9543. Grayscale: #929292. Windows color (decimal): -2856260 or 12348116. OLE color: 12348116.
HSL color Cylindrical-coordinate representation of color #D46ABC: hue angle of 313.58º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46ABC is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 188 | - |
| CMYK | 0 | 0.5 | 0.11 | 0.17 |
| HSL | 313.58º | 0.55% | 0.62% | - |
| HSV(B) | 313.58º | 0.5% | 0.83% | - |
| XYZ | 41.38 | 27.94 | 50.79 | - |
| YUV | 147.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 188 | 0 | 0.5 | 0.11 | 0.17 | 313.58 | 0.55 | 0.62 |
| Hex | D4 | 6A | BC | 0 | 32 | B | 11 | 13A | 37 | 3E |
| Octal | 324 | 152 | 274 | 0 | 62 | 13 | 21 | 472 | 67 | 76 |
| Binary | 11010100 | 1101010 | 10111100 | 0 | 110010 | 1011 | 10001 | 100111010 | 110111 | 111110 |
Color Harmonies of #D46ABC
Complementary color
Monochromatic Colors of #D46ABC
Black with #D46ABC
Text Example
Text Example
White with #D46ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46ABC; }
p { color: rgb(212,106,188); }
H1.HeaderClassName
{
color: #D46ABC;
}
.AnyTagClassName
{
color: #D46ABC;
}
</style>
background-color css
<style>
a { background-color: #D46ABC; }
a { background-color: rgb(212,106,188); }
div.DivClassName
{
background-color: #D46ABC;
}
.BgClassName
{
background-color: #D46ABC;
}
</style>
border-color css
<style>
span { border-color: #D46ABC; }
span { border-color: rgb(212,106,188); }
td.TdClassName
{
border-color: #D46ABC;
}
.TagClassName
{
border-color: #D46ABC;
}
</style>