Shades of Orchid #D66AB9
Tints of Orchid #D66AB9
RGB
CMYK
RGB Variations
Color information
#D66AB9 (or 0xD66AB9) is known color: Orchid. HEX triplet: D6, 6A and B9. RGB value is (214,106,185). Sum of RGB (Red+Green+Blue) = 214+106+185=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AB9 is #299546. Grayscale: #939393. Windows color (decimal): -2725191 or 12151510. OLE color: 12151510.
HSL color Cylindrical-coordinate representation of color #D66AB9: hue angle of 316.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66AB9 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 185 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.16 |
| HSL | 316.11º | 0.57% | 0.63% | - |
| HSV(B) | 316.11º | 0.5% | 0.84% | - |
| XYZ | 41.64 | 28.11 | 49.13 | - |
| YUV | 147.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 185 | 0 | 0.50 | 0.14 | 0.16 | 316.11 | 0.57 | 0.63 |
| Hex | D6 | 6A | B9 | 0 | 32 | E | 10 | 13C | 39 | 3F |
| Octal | 326 | 152 | 271 | 0 | 62 | 16 | 20 | 474 | 71 | 77 |
| Binary | 11010110 | 1101010 | 10111001 | 0 | 110010 | 1110 | 10000 | 100111100 | 111001 | 111111 |
Color Harmonies of #D66AB9
Complementary color
Monochromatic Colors of #D66AB9
Black with #D66AB9
Text Example
Text Example
White with #D66AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66AB9; }
p { color: rgb(214,106,185); }
H1.HeaderClassName
{
color: #D66AB9;
}
.AnyTagClassName
{
color: #D66AB9;
}
</style>
background-color css
<style>
a { background-color: #D66AB9; }
a { background-color: rgb(214,106,185); }
div.DivClassName
{
background-color: #D66AB9;
}
.BgClassName
{
background-color: #D66AB9;
}
</style>
border-color css
<style>
span { border-color: #D66AB9; }
span { border-color: rgb(214,106,185); }
td.TdClassName
{
border-color: #D66AB9;
}
.TagClassName
{
border-color: #D66AB9;
}
</style>