Shades of Orchid #D06DD4
Tints of Orchid #D06DD4
RGB
CMYK
RGB Variations
Color information
#D06DD4 (or 0xD06DD4) is known color: Orchid. HEX triplet: D0, 6D and D4. RGB value is (208,109,212). Sum of RGB (Red+Green+Blue) = 208+109+212=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #D06DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DD4 is #2F922B. Grayscale: #969696. Windows color (decimal): -3117612 or 13921744. OLE color: 13921744.
HSL color Cylindrical-coordinate representation of color #D06DD4: hue angle of 297.67º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06DD4 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 109 | 212 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.17 |
| HSL | 297.67º | 0.54% | 0.63% | - |
| HSV(B) | 297.67º | 0.49% | 0.83% | - |
| XYZ | 43.36 | 29.1 | 65.62 | - |
| YUV | 150.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 212 | 0.02 | 0.49 | 0 | 0.17 | 297.67 | 0.54 | 0.63 |
| Hex | D0 | 6D | D4 | 2 | 31 | 0 | 11 | 12A | 36 | 3F |
| Octal | 320 | 155 | 324 | 2 | 61 | 0 | 21 | 452 | 66 | 77 |
| Binary | 11010000 | 1101101 | 11010100 | 10 | 110001 | 0 | 10001 | 100101010 | 110110 | 111111 |
Color Harmonies of #D06DD4
Complementary color
Monochromatic Colors of #D06DD4
Black with #D06DD4
Text Example
Text Example
White with #D06DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DD4; }
p { color: rgb(208,109,212); }
H1.HeaderClassName
{
color: #D06DD4;
}
.AnyTagClassName
{
color: #D06DD4;
}
</style>
background-color css
<style>
a { background-color: #D06DD4; }
a { background-color: rgb(208,109,212); }
div.DivClassName
{
background-color: #D06DD4;
}
.BgClassName
{
background-color: #D06DD4;
}
</style>
border-color css
<style>
span { border-color: #D06DD4; }
span { border-color: rgb(208,109,212); }
td.TdClassName
{
border-color: #D06DD4;
}
.TagClassName
{
border-color: #D06DD4;
}
</style>