Shades of Orchid #D46CDB
Tints of Orchid #D46CDB
RGB
CMYK
RGB Variations
Color information
#D46CDB (or 0xD46CDB) is known color: Orchid. HEX triplet: D4, 6C and DB. RGB value is (212,108,219). Sum of RGB (Red+Green+Blue) = 212+108+219=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #D46CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CDB is #2B9324. Grayscale: #979797. Windows color (decimal): -2855717 or 14380244. OLE color: 14380244.
HSL color Cylindrical-coordinate representation of color #D46CDB: hue angle of 296.22º degrees, saturation: 0.61, 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 #D46CDB is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 108 | 219 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.14 |
| HSL | 296.22º | 0.61% | 0.64% | - |
| HSV(B) | 296.22º | 0.51% | 0.86% | - |
| XYZ | 45.3 | 29.84 | 70.39 | - |
| YUV | 151.75 | 165.96 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 219 | 0.03 | 0.51 | 0 | 0.14 | 296.22 | 0.61 | 0.64 |
| Hex | D4 | 6C | DB | 3 | 33 | 0 | E | 128 | 3D | 40 |
| Octal | 324 | 154 | 333 | 3 | 63 | 0 | 16 | 450 | 75 | 100 |
| Binary | 11010100 | 1101100 | 11011011 | 11 | 110011 | 0 | 1110 | 100101000 | 111101 | 1000000 |
Color Harmonies of #D46CDB
Complementary color
Monochromatic Colors of #D46CDB
Black with #D46CDB
Text Example
Text Example
White with #D46CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CDB; }
p { color: rgb(212,108,219); }
H1.HeaderClassName
{
color: #D46CDB;
}
.AnyTagClassName
{
color: #D46CDB;
}
</style>
background-color css
<style>
a { background-color: #D46CDB; }
a { background-color: rgb(212,108,219); }
div.DivClassName
{
background-color: #D46CDB;
}
.BgClassName
{
background-color: #D46CDB;
}
</style>
border-color css
<style>
span { border-color: #D46CDB; }
span { border-color: rgb(212,108,219); }
td.TdClassName
{
border-color: #D46CDB;
}
.TagClassName
{
border-color: #D46CDB;
}
</style>