Shades of Orchid #D67ABF
Tints of Orchid #D67ABF
RGB
CMYK
RGB Variations
Color information
#D67ABF (or 0xD67ABF) is known color: Orchid. HEX triplet: D6, 7A and BF. RGB value is (214,122,191). Sum of RGB (Red+Green+Blue) = 214+122+191=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ABF is #298540. Grayscale: #9D9D9D. Windows color (decimal): -2721089 or 12548822. OLE color: 12548822.
HSL color Cylindrical-coordinate representation of color #D67ABF: hue angle of 315º 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 #D67ABF is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 191 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.16 |
| HSL | 315º | 0.53% | 0.66% | - |
| HSV(B) | 315º | 0.43% | 0.84% | - |
| XYZ | 44.1 | 31.98 | 53.14 | - |
| YUV | 157.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 191 | 0 | 0.43 | 0.11 | 0.16 | 315 | 0.53 | 0.66 |
| Hex | D6 | 7A | BF | 0 | 2B | B | 10 | 13B | 35 | 42 |
| Octal | 326 | 172 | 277 | 0 | 53 | 13 | 20 | 473 | 65 | 102 |
| Binary | 11010110 | 1111010 | 10111111 | 0 | 101011 | 1011 | 10000 | 100111011 | 110101 | 1000010 |
Color Harmonies of #D67ABF
Complementary color
Monochromatic Colors of #D67ABF
Black with #D67ABF
Text Example
Text Example
White with #D67ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67ABF; }
p { color: rgb(214,122,191); }
H1.HeaderClassName
{
color: #D67ABF;
}
.AnyTagClassName
{
color: #D67ABF;
}
</style>
background-color css
<style>
a { background-color: #D67ABF; }
a { background-color: rgb(214,122,191); }
div.DivClassName
{
background-color: #D67ABF;
}
.BgClassName
{
background-color: #D67ABF;
}
</style>
border-color css
<style>
span { border-color: #D67ABF; }
span { border-color: rgb(214,122,191); }
td.TdClassName
{
border-color: #D67ABF;
}
.TagClassName
{
border-color: #D67ABF;
}
</style>