Shades of Orchid #D06BBA
Tints of Orchid #D06BBA
RGB
CMYK
RGB Variations
Color information
#D06BBA (or 0xD06BBA) is known color: Orchid. HEX triplet: D0, 6B and BA. RGB value is (208,107,186). Sum of RGB (Red+Green+Blue) = 208+107+186=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BBA is #2F9445. Grayscale: #919191. Windows color (decimal): -3118150 or 12217296. OLE color: 12217296.
HSL color Cylindrical-coordinate representation of color #D06BBA: hue angle of 313.07º 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 #D06BBA is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 186 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.18 |
| HSL | 313.07º | 0.52% | 0.62% | - |
| HSV(B) | 313.07º | 0.49% | 0.82% | - |
| XYZ | 40.13 | 27.47 | 49.64 | - |
| YUV | 146.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 186 | 0 | 0.49 | 0.11 | 0.18 | 313.07 | 0.52 | 0.62 |
| Hex | D0 | 6B | BA | 0 | 31 | B | 12 | 139 | 34 | 3E |
| Octal | 320 | 153 | 272 | 0 | 61 | 13 | 22 | 471 | 64 | 76 |
| Binary | 11010000 | 1101011 | 10111010 | 0 | 110001 | 1011 | 10010 | 100111001 | 110100 | 111110 |
Color Harmonies of #D06BBA
Complementary color
Monochromatic Colors of #D06BBA
Black with #D06BBA
Text Example
Text Example
White with #D06BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BBA; }
p { color: rgb(208,107,186); }
H1.HeaderClassName
{
color: #D06BBA;
}
.AnyTagClassName
{
color: #D06BBA;
}
</style>
background-color css
<style>
a { background-color: #D06BBA; }
a { background-color: rgb(208,107,186); }
div.DivClassName
{
background-color: #D06BBA;
}
.BgClassName
{
background-color: #D06BBA;
}
</style>
border-color css
<style>
span { border-color: #D06BBA; }
span { border-color: rgb(208,107,186); }
td.TdClassName
{
border-color: #D06BBA;
}
.TagClassName
{
border-color: #D06BBA;
}
</style>