Shades of Orchid #D06ABF
Tints of Orchid #D06ABF
RGB
CMYK
RGB Variations
Color information
#D06ABF (or 0xD06ABF) is known color: Orchid. HEX triplet: D0, 6A and BF. RGB value is (208,106,191). Sum of RGB (Red+Green+Blue) = 208+106+191=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ABF is #2F9540. Grayscale: #919191. Windows color (decimal): -3118401 or 12544720. OLE color: 12544720.
HSL color Cylindrical-coordinate representation of color #D06ABF: hue angle of 310º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06ABF is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 191 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.18 |
| HSL | 310º | 0.52% | 0.62% | - |
| HSV(B) | 310º | 0.49% | 0.82% | - |
| XYZ | 40.57 | 27.48 | 52.46 | - |
| YUV | 146.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 191 | 0 | 0.49 | 0.08 | 0.18 | 310 | 0.52 | 0.62 |
| Hex | D0 | 6A | BF | 0 | 31 | 8 | 12 | 136 | 34 | 3E |
| Octal | 320 | 152 | 277 | 0 | 61 | 10 | 22 | 466 | 64 | 76 |
| Binary | 11010000 | 1101010 | 10111111 | 0 | 110001 | 1000 | 10010 | 100110110 | 110100 | 111110 |
Color Harmonies of #D06ABF
Complementary color
Monochromatic Colors of #D06ABF
Black with #D06ABF
Text Example
Text Example
White with #D06ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06ABF; }
p { color: rgb(208,106,191); }
H1.HeaderClassName
{
color: #D06ABF;
}
.AnyTagClassName
{
color: #D06ABF;
}
</style>
background-color css
<style>
a { background-color: #D06ABF; }
a { background-color: rgb(208,106,191); }
div.DivClassName
{
background-color: #D06ABF;
}
.BgClassName
{
background-color: #D06ABF;
}
</style>
border-color css
<style>
span { border-color: #D06ABF; }
span { border-color: rgb(208,106,191); }
td.TdClassName
{
border-color: #D06ABF;
}
.TagClassName
{
border-color: #D06ABF;
}
</style>