Shades of Orchid #D06FBC
Tints of Orchid #D06FBC
RGB
CMYK
RGB Variations
Color information
#D06FBC (or 0xD06FBC) is known color: Orchid. HEX triplet: D0, 6F and BC. RGB value is (208,111,188). Sum of RGB (Red+Green+Blue) = 208+111+188=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FBC is #2F9043. Grayscale: #949494. Windows color (decimal): -3117124 or 12349392. OLE color: 12349392.
HSL color Cylindrical-coordinate representation of color #D06FBC: hue angle of 312.37º 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 #D06FBC is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 188 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.18 |
| HSL | 312.37º | 0.51% | 0.63% | - |
| HSV(B) | 312.37º | 0.47% | 0.82% | - |
| XYZ | 40.77 | 28.41 | 50.91 | - |
| YUV | 148.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 188 | 0 | 0.47 | 0.10 | 0.18 | 312.37 | 0.51 | 0.63 |
| Hex | D0 | 6F | BC | 0 | 2F | A | 12 | 138 | 33 | 3F |
| Octal | 320 | 157 | 274 | 0 | 57 | 12 | 22 | 470 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10111100 | 0 | 101111 | 1010 | 10010 | 100111000 | 110011 | 111111 |
Color Harmonies of #D06FBC
Complementary color
Monochromatic Colors of #D06FBC
Black with #D06FBC
Text Example
Text Example
White with #D06FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FBC; }
p { color: rgb(208,111,188); }
H1.HeaderClassName
{
color: #D06FBC;
}
.AnyTagClassName
{
color: #D06FBC;
}
</style>
background-color css
<style>
a { background-color: #D06FBC; }
a { background-color: rgb(208,111,188); }
div.DivClassName
{
background-color: #D06FBC;
}
.BgClassName
{
background-color: #D06FBC;
}
</style>
border-color css
<style>
span { border-color: #D06FBC; }
span { border-color: rgb(208,111,188); }
td.TdClassName
{
border-color: #D06FBC;
}
.TagClassName
{
border-color: #D06FBC;
}
</style>