Shades of Orchid #D46BDD
Tints of Orchid #D46BDD
RGB
CMYK
RGB Variations
Color information
#D46BDD (or 0xD46BDD) is known color: Orchid. HEX triplet: D4, 6B and DD. RGB value is (212,107,221). Sum of RGB (Red+Green+Blue) = 212+107+221=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #D46BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BDD is #2B9422. Grayscale: #979797. Windows color (decimal): -2855971 or 14511060. OLE color: 14511060.
HSL color Cylindrical-coordinate representation of color #D46BDD: hue angle of 295.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46BDD is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 107 | 221 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.13 |
| HSL | 295.26º | 0.63% | 0.64% | - |
| HSV(B) | 295.26º | 0.52% | 0.87% | - |
| XYZ | 45.46 | 29.73 | 71.75 | - |
| YUV | 151.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 221 | 0.04 | 0.52 | 0 | 0.13 | 295.26 | 0.63 | 0.64 |
| Hex | D4 | 6B | DD | 4 | 34 | 0 | D | 127 | 3F | 40 |
| Octal | 324 | 153 | 335 | 4 | 64 | 0 | 15 | 447 | 77 | 100 |
| Binary | 11010100 | 1101011 | 11011101 | 100 | 110100 | 0 | 1101 | 100100111 | 111111 | 1000000 |
Color Harmonies of #D46BDD
Complementary color
Monochromatic Colors of #D46BDD
Black with #D46BDD
Text Example
Text Example
White with #D46BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BDD; }
p { color: rgb(212,107,221); }
H1.HeaderClassName
{
color: #D46BDD;
}
.AnyTagClassName
{
color: #D46BDD;
}
</style>
background-color css
<style>
a { background-color: #D46BDD; }
a { background-color: rgb(212,107,221); }
div.DivClassName
{
background-color: #D46BDD;
}
.BgClassName
{
background-color: #D46BDD;
}
</style>
border-color css
<style>
span { border-color: #D46BDD; }
span { border-color: rgb(212,107,221); }
td.TdClassName
{
border-color: #D46BDD;
}
.TagClassName
{
border-color: #D46BDD;
}
</style>