Shades of Orchid #D46BDC
Tints of Orchid #D46BDC
RGB
CMYK
RGB Variations
Color information
#D46BDC (or 0xD46BDC) is known color: Orchid. HEX triplet: D4, 6B and DC. RGB value is (212,107,220). Sum of RGB (Red+Green+Blue) = 212+107+220=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #D46BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BDC is #2B9423. Grayscale: #969696. Windows color (decimal): -2855972 or 14445524. OLE color: 14445524.
HSL color Cylindrical-coordinate representation of color #D46BDC: hue angle of 295.75º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46BDC is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 107 | 220 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.14 |
| HSL | 295.75º | 0.62% | 0.64% | - |
| HSV(B) | 295.75º | 0.51% | 0.86% | - |
| XYZ | 45.33 | 29.68 | 71.05 | - |
| YUV | 151.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 220 | 0.04 | 0.51 | 0 | 0.14 | 295.75 | 0.62 | 0.64 |
| Hex | D4 | 6B | DC | 4 | 33 | 0 | E | 128 | 3E | 40 |
| Octal | 324 | 153 | 334 | 4 | 63 | 0 | 16 | 450 | 76 | 100 |
| Binary | 11010100 | 1101011 | 11011100 | 100 | 110011 | 0 | 1110 | 100101000 | 111110 | 1000000 |
Color Harmonies of #D46BDC
Complementary color
Monochromatic Colors of #D46BDC
Black with #D46BDC
Text Example
Text Example
White with #D46BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BDC; }
p { color: rgb(212,107,220); }
H1.HeaderClassName
{
color: #D46BDC;
}
.AnyTagClassName
{
color: #D46BDC;
}
</style>
background-color css
<style>
a { background-color: #D46BDC; }
a { background-color: rgb(212,107,220); }
div.DivClassName
{
background-color: #D46BDC;
}
.BgClassName
{
background-color: #D46BDC;
}
</style>
border-color css
<style>
span { border-color: #D46BDC; }
span { border-color: rgb(212,107,220); }
td.TdClassName
{
border-color: #D46BDC;
}
.TagClassName
{
border-color: #D46BDC;
}
</style>