Shades of Orchid #D06FDB
Tints of Orchid #D06FDB
RGB
CMYK
RGB Variations
Color information
#D06FDB (or 0xD06FDB) is known color: Orchid. HEX triplet: D0, 6F and DB. RGB value is (208,111,219). Sum of RGB (Red+Green+Blue) = 208+111+219=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #D06FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FDB is #2F9024. Grayscale: #979797. Windows color (decimal): -3117093 or 14381008. OLE color: 14381008.
HSL color Cylindrical-coordinate representation of color #D06FDB: hue angle of 293.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06FDB is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 111 | 219 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.14 |
| HSL | 293.89º | 0.6% | 0.65% | - |
| HSV(B) | 293.89º | 0.49% | 0.86% | - |
| XYZ | 44.48 | 29.89 | 70.44 | - |
| YUV | 152.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 219 | 0.05 | 0.49 | 0 | 0.14 | 293.89 | 0.6 | 0.65 |
| Hex | D0 | 6F | DB | 5 | 31 | 0 | E | 126 | 3C | 41 |
| Octal | 320 | 157 | 333 | 5 | 61 | 0 | 16 | 446 | 74 | 101 |
| Binary | 11010000 | 1101111 | 11011011 | 101 | 110001 | 0 | 1110 | 100100110 | 111100 | 1000001 |
Color Harmonies of #D06FDB
Complementary color
Monochromatic Colors of #D06FDB
Black with #D06FDB
Text Example
Text Example
White with #D06FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FDB; }
p { color: rgb(208,111,219); }
H1.HeaderClassName
{
color: #D06FDB;
}
.AnyTagClassName
{
color: #D06FDB;
}
</style>
background-color css
<style>
a { background-color: #D06FDB; }
a { background-color: rgb(208,111,219); }
div.DivClassName
{
background-color: #D06FDB;
}
.BgClassName
{
background-color: #D06FDB;
}
</style>
border-color css
<style>
span { border-color: #D06FDB; }
span { border-color: rgb(208,111,219); }
td.TdClassName
{
border-color: #D06FDB;
}
.TagClassName
{
border-color: #D06FDB;
}
</style>