Shades of Orchid #D46ACE
Tints of Orchid #D46ACE
RGB
CMYK
RGB Variations
Color information
#D46ACE (or 0xD46ACE) is known color: Orchid. HEX triplet: D4, 6A and CE. RGB value is (212,106,206). Sum of RGB (Red+Green+Blue) = 212+106+206=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D46ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ACE is #2B9531. Grayscale: #949494. Windows color (decimal): -2856242 or 13527764. OLE color: 13527764.
HSL color Cylindrical-coordinate representation of color #D46ACE: hue angle of 303.4º 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 #D46ACE is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 206 | - |
| CMYK | 0 | 0.5 | 0.03 | 0.17 |
| HSL | 303.4º | 0.55% | 0.62% | - |
| HSV(B) | 303.4º | 0.5% | 0.83% | - |
| XYZ | 43.45 | 28.76 | 61.65 | - |
| YUV | 149.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 206 | 0 | 0.5 | 0.03 | 0.17 | 303.4 | 0.55 | 0.62 |
| Hex | D4 | 6A | CE | 0 | 32 | 3 | 11 | 12F | 37 | 3E |
| Octal | 324 | 152 | 316 | 0 | 62 | 3 | 21 | 457 | 67 | 76 |
| Binary | 11010100 | 1101010 | 11001110 | 0 | 110010 | 11 | 10001 | 100101111 | 110111 | 111110 |
Color Harmonies of #D46ACE
Complementary color
Monochromatic Colors of #D46ACE
Black with #D46ACE
Text Example
Text Example
White with #D46ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46ACE; }
p { color: rgb(212,106,206); }
H1.HeaderClassName
{
color: #D46ACE;
}
.AnyTagClassName
{
color: #D46ACE;
}
</style>
background-color css
<style>
a { background-color: #D46ACE; }
a { background-color: rgb(212,106,206); }
div.DivClassName
{
background-color: #D46ACE;
}
.BgClassName
{
background-color: #D46ACE;
}
</style>
border-color css
<style>
span { border-color: #D46ACE; }
span { border-color: rgb(212,106,206); }
td.TdClassName
{
border-color: #D46ACE;
}
.TagClassName
{
border-color: #D46ACE;
}
</style>