Shades of Orchid #D06FBF
Tints of Orchid #D06FBF
RGB
CMYK
RGB Variations
Color information
#D06FBF (or 0xD06FBF) is known color: Orchid. HEX triplet: D0, 6F and BF. RGB value is (208,111,191). Sum of RGB (Red+Green+Blue) = 208+111+191=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FBF is #2F9040. Grayscale: #949494. Windows color (decimal): -3117121 or 12546000. OLE color: 12546000.
HSL color Cylindrical-coordinate representation of color #D06FBF: hue angle of 310.52º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06FBF is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 191 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.18 |
| HSL | 310.52º | 0.51% | 0.63% | - |
| HSV(B) | 310.52º | 0.47% | 0.82% | - |
| XYZ | 41.1 | 28.54 | 52.63 | - |
| YUV | 149.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 191 | 0 | 0.47 | 0.08 | 0.18 | 310.52 | 0.51 | 0.63 |
| Hex | D0 | 6F | BF | 0 | 2F | 8 | 12 | 137 | 33 | 3F |
| Octal | 320 | 157 | 277 | 0 | 57 | 10 | 22 | 467 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10111111 | 0 | 101111 | 1000 | 10010 | 100110111 | 110011 | 111111 |
Color Harmonies of #D06FBF
Complementary color
Monochromatic Colors of #D06FBF
Black with #D06FBF
Text Example
Text Example
White with #D06FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FBF; }
p { color: rgb(208,111,191); }
H1.HeaderClassName
{
color: #D06FBF;
}
.AnyTagClassName
{
color: #D06FBF;
}
</style>
background-color css
<style>
a { background-color: #D06FBF; }
a { background-color: rgb(208,111,191); }
div.DivClassName
{
background-color: #D06FBF;
}
.BgClassName
{
background-color: #D06FBF;
}
</style>
border-color css
<style>
span { border-color: #D06FBF; }
span { border-color: rgb(208,111,191); }
td.TdClassName
{
border-color: #D06FBF;
}
.TagClassName
{
border-color: #D06FBF;
}
</style>