Shades of Orchid #D06DDF
Tints of Orchid #D06DDF
RGB
CMYK
RGB Variations
Color information
#D06DDF (or 0xD06DDF) is known color: Orchid. HEX triplet: D0, 6D and DF. RGB value is (208,109,223). Sum of RGB (Red+Green+Blue) = 208+109+223=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #D06DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DDF is #2F9220. Grayscale: #979797. Windows color (decimal): -3117601 or 14642640. OLE color: 14642640.
HSL color Cylindrical-coordinate representation of color #D06DDF: hue angle of 292.11º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06DDF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 109 | 223 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.13 |
| HSL | 292.11º | 0.64% | 0.65% | - |
| HSV(B) | 292.11º | 0.51% | 0.87% | - |
| XYZ | 44.8 | 29.67 | 73.18 | - |
| YUV | 151.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 223 | 0.07 | 0.51 | 0 | 0.13 | 292.11 | 0.64 | 0.65 |
| Hex | D0 | 6D | DF | 7 | 33 | 0 | D | 124 | 40 | 41 |
| Octal | 320 | 155 | 337 | 7 | 63 | 0 | 15 | 444 | 100 | 101 |
| Binary | 11010000 | 1101101 | 11011111 | 111 | 110011 | 0 | 1101 | 100100100 | 1000000 | 1000001 |
Color Harmonies of #D06DDF
Complementary color
Monochromatic Colors of #D06DDF
Black with #D06DDF
Text Example
Text Example
White with #D06DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DDF; }
p { color: rgb(208,109,223); }
H1.HeaderClassName
{
color: #D06DDF;
}
.AnyTagClassName
{
color: #D06DDF;
}
</style>
background-color css
<style>
a { background-color: #D06DDF; }
a { background-color: rgb(208,109,223); }
div.DivClassName
{
background-color: #D06DDF;
}
.BgClassName
{
background-color: #D06DDF;
}
</style>
border-color css
<style>
span { border-color: #D06DDF; }
span { border-color: rgb(208,109,223); }
td.TdClassName
{
border-color: #D06DDF;
}
.TagClassName
{
border-color: #D06DDF;
}
</style>