Shades of Orchid #D67ABB
Tints of Orchid #D67ABB
RGB
CMYK
RGB Variations
Color information
#D67ABB (or 0xD67ABB) is known color: Orchid. HEX triplet: D6, 7A and BB. RGB value is (214,122,187). Sum of RGB (Red+Green+Blue) = 214+122+187=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ABB is #298544. Grayscale: #9C9C9C. Windows color (decimal): -2721093 or 12286678. OLE color: 12286678.
HSL color Cylindrical-coordinate representation of color #D67ABB: hue angle of 317.61º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67ABB is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 187 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.16 |
| HSL | 317.61º | 0.53% | 0.66% | - |
| HSV(B) | 317.61º | 0.43% | 0.84% | - |
| XYZ | 43.66 | 31.8 | 50.85 | - |
| YUV | 156.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 187 | 0 | 0.43 | 0.13 | 0.16 | 317.61 | 0.53 | 0.66 |
| Hex | D6 | 7A | BB | 0 | 2B | D | 10 | 13E | 35 | 42 |
| Octal | 326 | 172 | 273 | 0 | 53 | 15 | 20 | 476 | 65 | 102 |
| Binary | 11010110 | 1111010 | 10111011 | 0 | 101011 | 1101 | 10000 | 100111110 | 110101 | 1000010 |
Color Harmonies of #D67ABB
Complementary color
Monochromatic Colors of #D67ABB
Black with #D67ABB
Text Example
Text Example
White with #D67ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67ABB; }
p { color: rgb(214,122,187); }
H1.HeaderClassName
{
color: #D67ABB;
}
.AnyTagClassName
{
color: #D67ABB;
}
</style>
background-color css
<style>
a { background-color: #D67ABB; }
a { background-color: rgb(214,122,187); }
div.DivClassName
{
background-color: #D67ABB;
}
.BgClassName
{
background-color: #D67ABB;
}
</style>
border-color css
<style>
span { border-color: #D67ABB; }
span { border-color: rgb(214,122,187); }
td.TdClassName
{
border-color: #D67ABB;
}
.TagClassName
{
border-color: #D67ABB;
}
</style>