Shades of Orchid #D06AD8
Tints of Orchid #D06AD8
RGB
CMYK
RGB Variations
Color information
#D06AD8 (or 0xD06AD8) is known color: Orchid. HEX triplet: D0, 6A and D8. RGB value is (208,106,216). Sum of RGB (Red+Green+Blue) = 208+106+216=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #D06AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06AD8 is #2F9527. Grayscale: #949494. Windows color (decimal): -3118376 or 14183120. OLE color: 14183120.
HSL color Cylindrical-coordinate representation of color #D06AD8: hue angle of 295.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06AD8 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 106 | 216 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.15 |
| HSL | 295.64º | 0.59% | 0.63% | - |
| HSV(B) | 295.64º | 0.51% | 0.85% | - |
| XYZ | 43.56 | 28.68 | 68.2 | - |
| YUV | 149.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 216 | 0.04 | 0.51 | 0 | 0.15 | 295.64 | 0.59 | 0.63 |
| Hex | D0 | 6A | D8 | 4 | 33 | 0 | F | 128 | 3B | 3F |
| Octal | 320 | 152 | 330 | 4 | 63 | 0 | 17 | 450 | 73 | 77 |
| Binary | 11010000 | 1101010 | 11011000 | 100 | 110011 | 0 | 1111 | 100101000 | 111011 | 111111 |
Color Harmonies of #D06AD8
Complementary color
Monochromatic Colors of #D06AD8
Black with #D06AD8
Text Example
Text Example
White with #D06AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06AD8; }
p { color: rgb(208,106,216); }
H1.HeaderClassName
{
color: #D06AD8;
}
.AnyTagClassName
{
color: #D06AD8;
}
</style>
background-color css
<style>
a { background-color: #D06AD8; }
a { background-color: rgb(208,106,216); }
div.DivClassName
{
background-color: #D06AD8;
}
.BgClassName
{
background-color: #D06AD8;
}
</style>
border-color css
<style>
span { border-color: #D06AD8; }
span { border-color: rgb(208,106,216); }
td.TdClassName
{
border-color: #D06AD8;
}
.TagClassName
{
border-color: #D06AD8;
}
</style>