Shades of Orchid #D06FBE
Tints of Orchid #D06FBE
RGB
CMYK
RGB Variations
Color information
#D06FBE (or 0xD06FBE) is known color: Orchid. HEX triplet: D0, 6F and BE. RGB value is (208,111,190). Sum of RGB (Red+Green+Blue) = 208+111+190=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FBE is #2F9041. Grayscale: #949494. Windows color (decimal): -3117122 or 12480464. OLE color: 12480464.
HSL color Cylindrical-coordinate representation of color #D06FBE: hue angle of 311.13º 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 #D06FBE is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 190 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.18 |
| HSL | 311.13º | 0.51% | 0.63% | - |
| HSV(B) | 311.13º | 0.47% | 0.82% | - |
| XYZ | 40.99 | 28.5 | 52.06 | - |
| YUV | 149.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 190 | 0 | 0.47 | 0.09 | 0.18 | 311.13 | 0.51 | 0.63 |
| Hex | D0 | 6F | BE | 0 | 2F | 9 | 12 | 137 | 33 | 3F |
| Octal | 320 | 157 | 276 | 0 | 57 | 11 | 22 | 467 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10111110 | 0 | 101111 | 1001 | 10010 | 100110111 | 110011 | 111111 |
Color Harmonies of #D06FBE
Complementary color
Monochromatic Colors of #D06FBE
Black with #D06FBE
Text Example
Text Example
White with #D06FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FBE; }
p { color: rgb(208,111,190); }
H1.HeaderClassName
{
color: #D06FBE;
}
.AnyTagClassName
{
color: #D06FBE;
}
</style>
background-color css
<style>
a { background-color: #D06FBE; }
a { background-color: rgb(208,111,190); }
div.DivClassName
{
background-color: #D06FBE;
}
.BgClassName
{
background-color: #D06FBE;
}
</style>
border-color css
<style>
span { border-color: #D06FBE; }
span { border-color: rgb(208,111,190); }
td.TdClassName
{
border-color: #D06FBE;
}
.TagClassName
{
border-color: #D06FBE;
}
</style>