Shades of Orchid #D46CC6
Tints of Orchid #D46CC6
RGB
CMYK
RGB Variations
Color information
#D46CC6 (or 0xD46CC6) is known color: Orchid. HEX triplet: D4, 6C and C6. RGB value is (212,108,198). Sum of RGB (Red+Green+Blue) = 212+108+198=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CC6 is #2B9339. Grayscale: #959595. Windows color (decimal): -2855738 or 13003988. OLE color: 13003988.
HSL color Cylindrical-coordinate representation of color #D46CC6: hue angle of 308.08º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46CC6 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 198 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.17 |
| HSL | 308.08º | 0.55% | 0.63% | - |
| HSV(B) | 308.08º | 0.49% | 0.83% | - |
| XYZ | 42.71 | 28.8 | 56.73 | - |
| YUV | 149.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 198 | 0 | 0.49 | 0.07 | 0.17 | 308.08 | 0.55 | 0.63 |
| Hex | D4 | 6C | C6 | 0 | 31 | 7 | 11 | 134 | 37 | 3F |
| Octal | 324 | 154 | 306 | 0 | 61 | 7 | 21 | 464 | 67 | 77 |
| Binary | 11010100 | 1101100 | 11000110 | 0 | 110001 | 111 | 10001 | 100110100 | 110111 | 111111 |
Color Harmonies of #D46CC6
Complementary color
Monochromatic Colors of #D46CC6
Black with #D46CC6
Text Example
Text Example
White with #D46CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CC6; }
p { color: rgb(212,108,198); }
H1.HeaderClassName
{
color: #D46CC6;
}
.AnyTagClassName
{
color: #D46CC6;
}
</style>
background-color css
<style>
a { background-color: #D46CC6; }
a { background-color: rgb(212,108,198); }
div.DivClassName
{
background-color: #D46CC6;
}
.BgClassName
{
background-color: #D46CC6;
}
</style>
border-color css
<style>
span { border-color: #D46CC6; }
span { border-color: rgb(212,108,198); }
td.TdClassName
{
border-color: #D46CC6;
}
.TagClassName
{
border-color: #D46CC6;
}
</style>