Shades of Orchid #D06FB7
Tints of Orchid #D06FB7
RGB
CMYK
RGB Variations
Color information
#D06FB7 (or 0xD06FB7) is known color: Orchid. HEX triplet: D0, 6F and B7. RGB value is (208,111,183). Sum of RGB (Red+Green+Blue) = 208+111+183=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FB7 is #2F9048. Grayscale: #949494. Windows color (decimal): -3117129 or 12021712. OLE color: 12021712.
HSL color Cylindrical-coordinate representation of color #D06FB7: hue angle of 315.46º 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 #D06FB7 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 183 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.18 |
| HSL | 315.46º | 0.51% | 0.63% | - |
| HSV(B) | 315.46º | 0.47% | 0.82% | - |
| XYZ | 40.24 | 28.2 | 48.12 | - |
| YUV | 148.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 183 | 0 | 0.47 | 0.12 | 0.18 | 315.46 | 0.51 | 0.63 |
| Hex | D0 | 6F | B7 | 0 | 2F | C | 12 | 13B | 33 | 3F |
| Octal | 320 | 157 | 267 | 0 | 57 | 14 | 22 | 473 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10110111 | 0 | 101111 | 1100 | 10010 | 100111011 | 110011 | 111111 |
Color Harmonies of #D06FB7
Complementary color
Monochromatic Colors of #D06FB7
Black with #D06FB7
Text Example
Text Example
White with #D06FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FB7; }
p { color: rgb(208,111,183); }
H1.HeaderClassName
{
color: #D06FB7;
}
.AnyTagClassName
{
color: #D06FB7;
}
</style>
background-color css
<style>
a { background-color: #D06FB7; }
a { background-color: rgb(208,111,183); }
div.DivClassName
{
background-color: #D06FB7;
}
.BgClassName
{
background-color: #D06FB7;
}
</style>
border-color css
<style>
span { border-color: #D06FB7; }
span { border-color: rgb(208,111,183); }
td.TdClassName
{
border-color: #D06FB7;
}
.TagClassName
{
border-color: #D06FB7;
}
</style>