Shades of Orchid #D06BDC
Tints of Orchid #D06BDC
RGB
CMYK
RGB Variations
Color information
#D06BDC (or 0xD06BDC) is known color: Orchid. HEX triplet: D0, 6B and DC. RGB value is (208,107,220). Sum of RGB (Red+Green+Blue) = 208+107+220=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #D06BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BDC is #2F9423. Grayscale: #959595. Windows color (decimal): -3118116 or 14445520. OLE color: 14445520.
HSL color Cylindrical-coordinate representation of color #D06BDC: hue angle of 293.63º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06BDC is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 107 | 220 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.14 |
| HSL | 293.63º | 0.62% | 0.64% | - |
| HSV(B) | 293.63º | 0.51% | 0.86% | - |
| XYZ | 44.19 | 29.09 | 71 | - |
| YUV | 150.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 220 | 0.05 | 0.51 | 0 | 0.14 | 293.63 | 0.62 | 0.64 |
| Hex | D0 | 6B | DC | 5 | 33 | 0 | E | 126 | 3E | 40 |
| Octal | 320 | 153 | 334 | 5 | 63 | 0 | 16 | 446 | 76 | 100 |
| Binary | 11010000 | 1101011 | 11011100 | 101 | 110011 | 0 | 1110 | 100100110 | 111110 | 1000000 |
Color Harmonies of #D06BDC
Complementary color
Monochromatic Colors of #D06BDC
Black with #D06BDC
Text Example
Text Example
White with #D06BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BDC; }
p { color: rgb(208,107,220); }
H1.HeaderClassName
{
color: #D06BDC;
}
.AnyTagClassName
{
color: #D06BDC;
}
</style>
background-color css
<style>
a { background-color: #D06BDC; }
a { background-color: rgb(208,107,220); }
div.DivClassName
{
background-color: #D06BDC;
}
.BgClassName
{
background-color: #D06BDC;
}
</style>
border-color css
<style>
span { border-color: #D06BDC; }
span { border-color: rgb(208,107,220); }
td.TdClassName
{
border-color: #D06BDC;
}
.TagClassName
{
border-color: #D06BDC;
}
</style>