Shades of Orchid #D06BBF
Tints of Orchid #D06BBF
RGB
CMYK
RGB Variations
Color information
#D06BBF (or 0xD06BBF) is known color: Orchid. HEX triplet: D0, 6B and BF. RGB value is (208,107,191). Sum of RGB (Red+Green+Blue) = 208+107+191=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BBF is #2F9440. Grayscale: #929292. Windows color (decimal): -3118145 or 12544976. OLE color: 12544976.
HSL color Cylindrical-coordinate representation of color #D06BBF: hue angle of 310.1º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06BBF is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 191 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.18 |
| HSL | 310.1º | 0.52% | 0.62% | - |
| HSV(B) | 310.1º | 0.49% | 0.82% | - |
| XYZ | 40.67 | 27.69 | 52.49 | - |
| YUV | 146.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 191 | 0 | 0.49 | 0.08 | 0.18 | 310.1 | 0.52 | 0.62 |
| Hex | D0 | 6B | BF | 0 | 31 | 8 | 12 | 136 | 34 | 3E |
| Octal | 320 | 153 | 277 | 0 | 61 | 10 | 22 | 466 | 64 | 76 |
| Binary | 11010000 | 1101011 | 10111111 | 0 | 110001 | 1000 | 10010 | 100110110 | 110100 | 111110 |
Color Harmonies of #D06BBF
Complementary color
Monochromatic Colors of #D06BBF
Black with #D06BBF
Text Example
Text Example
White with #D06BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BBF; }
p { color: rgb(208,107,191); }
H1.HeaderClassName
{
color: #D06BBF;
}
.AnyTagClassName
{
color: #D06BBF;
}
</style>
background-color css
<style>
a { background-color: #D06BBF; }
a { background-color: rgb(208,107,191); }
div.DivClassName
{
background-color: #D06BBF;
}
.BgClassName
{
background-color: #D06BBF;
}
</style>
border-color css
<style>
span { border-color: #D06BBF; }
span { border-color: rgb(208,107,191); }
td.TdClassName
{
border-color: #D06BBF;
}
.TagClassName
{
border-color: #D06BBF;
}
</style>