Shades of Orchid #D06FB6
Tints of Orchid #D06FB6
RGB
CMYK
RGB Variations
Color information
#D06FB6 (or 0xD06FB6) is known color: Orchid. HEX triplet: D0, 6F and B6. RGB value is (208,111,182). Sum of RGB (Red+Green+Blue) = 208+111+182=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FB6 is #2F9049. Grayscale: #939393. Windows color (decimal): -3117130 or 11956176. OLE color: 11956176.
HSL color Cylindrical-coordinate representation of color #D06FB6: hue angle of 316.08º 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 #D06FB6 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 182 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.18 |
| HSL | 316.08º | 0.51% | 0.63% | - |
| HSV(B) | 316.08º | 0.47% | 0.82% | - |
| XYZ | 40.14 | 28.16 | 47.58 | - |
| YUV | 148.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 182 | 0 | 0.47 | 0.12 | 0.18 | 316.08 | 0.51 | 0.63 |
| Hex | D0 | 6F | B6 | 0 | 2F | C | 12 | 13C | 33 | 3F |
| Octal | 320 | 157 | 266 | 0 | 57 | 14 | 22 | 474 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10110110 | 0 | 101111 | 1100 | 10010 | 100111100 | 110011 | 111111 |
Color Harmonies of #D06FB6
Complementary color
Monochromatic Colors of #D06FB6
Black with #D06FB6
Text Example
Text Example
White with #D06FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FB6; }
p { color: rgb(208,111,182); }
H1.HeaderClassName
{
color: #D06FB6;
}
.AnyTagClassName
{
color: #D06FB6;
}
</style>
background-color css
<style>
a { background-color: #D06FB6; }
a { background-color: rgb(208,111,182); }
div.DivClassName
{
background-color: #D06FB6;
}
.BgClassName
{
background-color: #D06FB6;
}
</style>
border-color css
<style>
span { border-color: #D06FB6; }
span { border-color: rgb(208,111,182); }
td.TdClassName
{
border-color: #D06FB6;
}
.TagClassName
{
border-color: #D06FB6;
}
</style>