Shades of Orchid #D06DC1
Tints of Orchid #D06DC1
RGB
CMYK
RGB Variations
Color information
#D06DC1 (or 0xD06DC1) is known color: Orchid. HEX triplet: D0, 6D and C1. RGB value is (208,109,193). Sum of RGB (Red+Green+Blue) = 208+109+193=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DC1 is #2F923E. Grayscale: #939393. Windows color (decimal): -3117631 or 12676560. OLE color: 12676560.
HSL color Cylindrical-coordinate representation of color #D06DC1: hue angle of 309.09º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06DC1 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 193 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.18 |
| HSL | 309.09º | 0.51% | 0.62% | - |
| HSV(B) | 309.09º | 0.48% | 0.82% | - |
| XYZ | 41.11 | 28.2 | 53.73 | - |
| YUV | 148.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 193 | 0 | 0.48 | 0.07 | 0.18 | 309.09 | 0.51 | 0.62 |
| Hex | D0 | 6D | C1 | 0 | 30 | 7 | 12 | 135 | 33 | 3E |
| Octal | 320 | 155 | 301 | 0 | 60 | 7 | 22 | 465 | 63 | 76 |
| Binary | 11010000 | 1101101 | 11000001 | 0 | 110000 | 111 | 10010 | 100110101 | 110011 | 111110 |
Color Harmonies of #D06DC1
Complementary color
Monochromatic Colors of #D06DC1
Black with #D06DC1
Text Example
Text Example
White with #D06DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DC1; }
p { color: rgb(208,109,193); }
H1.HeaderClassName
{
color: #D06DC1;
}
.AnyTagClassName
{
color: #D06DC1;
}
</style>
background-color css
<style>
a { background-color: #D06DC1; }
a { background-color: rgb(208,109,193); }
div.DivClassName
{
background-color: #D06DC1;
}
.BgClassName
{
background-color: #D06DC1;
}
</style>
border-color css
<style>
span { border-color: #D06DC1; }
span { border-color: rgb(208,109,193); }
td.TdClassName
{
border-color: #D06DC1;
}
.TagClassName
{
border-color: #D06DC1;
}
</style>