Shades of Orchid #D46CDF
Tints of Orchid #D46CDF
RGB
CMYK
RGB Variations
Color information
#D46CDF (or 0xD46CDF) is known color: Orchid. HEX triplet: D4, 6C and DF. RGB value is (212,108,223). Sum of RGB (Red+Green+Blue) = 212+108+223=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #D46CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CDF is #2B9320. Grayscale: #979797. Windows color (decimal): -2855713 or 14642388. OLE color: 14642388.
HSL color Cylindrical-coordinate representation of color #D46CDF: hue angle of 294.26º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46CDF is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 108 | 223 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.13 |
| HSL | 294.26º | 0.64% | 0.65% | - |
| HSV(B) | 294.26º | 0.52% | 0.87% | - |
| XYZ | 45.83 | 30.05 | 73.2 | - |
| YUV | 152.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 223 | 0.05 | 0.52 | 0 | 0.13 | 294.26 | 0.64 | 0.65 |
| Hex | D4 | 6C | DF | 5 | 34 | 0 | D | 126 | 40 | 41 |
| Octal | 324 | 154 | 337 | 5 | 64 | 0 | 15 | 446 | 100 | 101 |
| Binary | 11010100 | 1101100 | 11011111 | 101 | 110100 | 0 | 1101 | 100100110 | 1000000 | 1000001 |
Color Harmonies of #D46CDF
Complementary color
Monochromatic Colors of #D46CDF
Black with #D46CDF
Text Example
Text Example
White with #D46CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CDF; }
p { color: rgb(212,108,223); }
H1.HeaderClassName
{
color: #D46CDF;
}
.AnyTagClassName
{
color: #D46CDF;
}
</style>
background-color css
<style>
a { background-color: #D46CDF; }
a { background-color: rgb(212,108,223); }
div.DivClassName
{
background-color: #D46CDF;
}
.BgClassName
{
background-color: #D46CDF;
}
</style>
border-color css
<style>
span { border-color: #D46CDF; }
span { border-color: rgb(212,108,223); }
td.TdClassName
{
border-color: #D46CDF;
}
.TagClassName
{
border-color: #D46CDF;
}
</style>