Shades of Orchid #D066D9
Tints of Orchid #D066D9
RGB
CMYK
RGB Variations
Color information
#D066D9 (or 0xD066D9) is known color: Orchid. HEX triplet: D0, 66 and D9. RGB value is (208,102,217). Sum of RGB (Red+Green+Blue) = 208+102+217=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #D066D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066D9 is #2F9926. Grayscale: #929292. Windows color (decimal): -3119399 or 14247632. OLE color: 14247632.
HSL color Cylindrical-coordinate representation of color #D066D9: hue angle of 295.3º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D066D9 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 102 | 217 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.15 |
| HSL | 295.3º | 0.6% | 0.63% | - |
| HSV(B) | 295.3º | 0.53% | 0.85% | - |
| XYZ | 43.29 | 27.92 | 68.75 | - |
| YUV | 146.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 217 | 0.04 | 0.53 | 0 | 0.15 | 295.3 | 0.6 | 0.63 |
| Hex | D0 | 66 | D9 | 4 | 35 | 0 | F | 127 | 3C | 3F |
| Octal | 320 | 146 | 331 | 4 | 65 | 0 | 17 | 447 | 74 | 77 |
| Binary | 11010000 | 1100110 | 11011001 | 100 | 110101 | 0 | 1111 | 100100111 | 111100 | 111111 |
Color Harmonies of #D066D9
Complementary color
Monochromatic Colors of #D066D9
Black with #D066D9
Text Example
Text Example
White with #D066D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066D9; }
p { color: rgb(208,102,217); }
H1.HeaderClassName
{
color: #D066D9;
}
.AnyTagClassName
{
color: #D066D9;
}
</style>
background-color css
<style>
a { background-color: #D066D9; }
a { background-color: rgb(208,102,217); }
div.DivClassName
{
background-color: #D066D9;
}
.BgClassName
{
background-color: #D066D9;
}
</style>
border-color css
<style>
span { border-color: #D066D9; }
span { border-color: rgb(208,102,217); }
td.TdClassName
{
border-color: #D066D9;
}
.TagClassName
{
border-color: #D066D9;
}
</style>