Shades of Orchid #D46BBB
Tints of Orchid #D46BBB
RGB
CMYK
RGB Variations
Color information
#D46BBB (or 0xD46BBB) is known color: Orchid. HEX triplet: D4, 6B and BB. RGB value is (212,107,187). Sum of RGB (Red+Green+Blue) = 212+107+187=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BBB is #2B9444. Grayscale: #939393. Windows color (decimal): -2856005 or 12282836. OLE color: 12282836.
HSL color Cylindrical-coordinate representation of color #D46BBB: hue angle of 314.29º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46BBB is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 187 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.17 |
| HSL | 314.29º | 0.55% | 0.63% | - |
| HSV(B) | 314.29º | 0.5% | 0.83% | - |
| XYZ | 41.38 | 28.1 | 50.26 | - |
| YUV | 147.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 187 | 0 | 0.50 | 0.12 | 0.17 | 314.29 | 0.55 | 0.63 |
| Hex | D4 | 6B | BB | 0 | 32 | C | 11 | 13A | 37 | 3F |
| Octal | 324 | 153 | 273 | 0 | 62 | 14 | 21 | 472 | 67 | 77 |
| Binary | 11010100 | 1101011 | 10111011 | 0 | 110010 | 1100 | 10001 | 100111010 | 110111 | 111111 |
Color Harmonies of #D46BBB
Complementary color
Monochromatic Colors of #D46BBB
Black with #D46BBB
Text Example
Text Example
White with #D46BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BBB; }
p { color: rgb(212,107,187); }
H1.HeaderClassName
{
color: #D46BBB;
}
.AnyTagClassName
{
color: #D46BBB;
}
</style>
background-color css
<style>
a { background-color: #D46BBB; }
a { background-color: rgb(212,107,187); }
div.DivClassName
{
background-color: #D46BBB;
}
.BgClassName
{
background-color: #D46BBB;
}
</style>
border-color css
<style>
span { border-color: #D46BBB; }
span { border-color: rgb(212,107,187); }
td.TdClassName
{
border-color: #D46BBB;
}
.TagClassName
{
border-color: #D46BBB;
}
</style>