Shades of Orchid #D46CDD
Tints of Orchid #D46CDD
RGB
CMYK
RGB Variations
Color information
#D46CDD (or 0xD46CDD) is known color: Orchid. HEX triplet: D4, 6C and DD. RGB value is (212,108,221). Sum of RGB (Red+Green+Blue) = 212+108+221=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #D46CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CDD is #2B9322. Grayscale: #979797. Windows color (decimal): -2855715 or 14511316. OLE color: 14511316.
HSL color Cylindrical-coordinate representation of color #D46CDD: hue angle of 295.22º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46CDD is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 108 | 221 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.13 |
| HSL | 295.22º | 0.62% | 0.65% | - |
| HSV(B) | 295.22º | 0.51% | 0.87% | - |
| XYZ | 45.57 | 29.94 | 71.78 | - |
| YUV | 151.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 221 | 0.04 | 0.51 | 0 | 0.13 | 295.22 | 0.62 | 0.65 |
| Hex | D4 | 6C | DD | 4 | 33 | 0 | D | 127 | 3E | 41 |
| Octal | 324 | 154 | 335 | 4 | 63 | 0 | 15 | 447 | 76 | 101 |
| Binary | 11010100 | 1101100 | 11011101 | 100 | 110011 | 0 | 1101 | 100100111 | 111110 | 1000001 |
Color Harmonies of #D46CDD
Complementary color
Monochromatic Colors of #D46CDD
Black with #D46CDD
Text Example
Text Example
White with #D46CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CDD; }
p { color: rgb(212,108,221); }
H1.HeaderClassName
{
color: #D46CDD;
}
.AnyTagClassName
{
color: #D46CDD;
}
</style>
background-color css
<style>
a { background-color: #D46CDD; }
a { background-color: rgb(212,108,221); }
div.DivClassName
{
background-color: #D46CDD;
}
.BgClassName
{
background-color: #D46CDD;
}
</style>
border-color css
<style>
span { border-color: #D46CDD; }
span { border-color: rgb(212,108,221); }
td.TdClassName
{
border-color: #D46CDD;
}
.TagClassName
{
border-color: #D46CDD;
}
</style>