Shades of Orchid #D06DC7
Tints of Orchid #D06DC7
RGB
CMYK
RGB Variations
Color information
#D06DC7 (or 0xD06DC7) is known color: Orchid. HEX triplet: D0, 6D and C7. RGB value is (208,109,199). Sum of RGB (Red+Green+Blue) = 208+109+199=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DC7 is #2F9238. Grayscale: #949494. Windows color (decimal): -3117625 or 13069776. OLE color: 13069776.
HSL color Cylindrical-coordinate representation of color #D06DC7: hue angle of 305.45º 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 #D06DC7 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 199 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.18 |
| HSL | 305.45º | 0.51% | 0.62% | - |
| HSV(B) | 305.45º | 0.48% | 0.82% | - |
| XYZ | 41.79 | 28.47 | 57.33 | - |
| YUV | 148.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 199 | 0 | 0.48 | 0.04 | 0.18 | 305.45 | 0.51 | 0.62 |
| Hex | D0 | 6D | C7 | 0 | 30 | 4 | 12 | 131 | 33 | 3E |
| Octal | 320 | 155 | 307 | 0 | 60 | 4 | 22 | 461 | 63 | 76 |
| Binary | 11010000 | 1101101 | 11000111 | 0 | 110000 | 100 | 10010 | 100110001 | 110011 | 111110 |
Color Harmonies of #D06DC7
Complementary color
Monochromatic Colors of #D06DC7
Black with #D06DC7
Text Example
Text Example
White with #D06DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DC7; }
p { color: rgb(208,109,199); }
H1.HeaderClassName
{
color: #D06DC7;
}
.AnyTagClassName
{
color: #D06DC7;
}
</style>
background-color css
<style>
a { background-color: #D06DC7; }
a { background-color: rgb(208,109,199); }
div.DivClassName
{
background-color: #D06DC7;
}
.BgClassName
{
background-color: #D06DC7;
}
</style>
border-color css
<style>
span { border-color: #D06DC7; }
span { border-color: rgb(208,109,199); }
td.TdClassName
{
border-color: #D06DC7;
}
.TagClassName
{
border-color: #D06DC7;
}
</style>