Shades of Orchid #D066D8
Tints of Orchid #D066D8
RGB
CMYK
RGB Variations
Color information
#D066D8 (or 0xD066D8) is known color: Orchid. HEX triplet: D0, 66 and D8. RGB value is (208,102,216). Sum of RGB (Red+Green+Blue) = 208+102+216=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #D066D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066D8 is #2F9927. Grayscale: #929292. Windows color (decimal): -3119400 or 14182096. OLE color: 14182096.
HSL color Cylindrical-coordinate representation of color #D066D8: hue angle of 295.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D066D8 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 102 | 216 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.15 |
| HSL | 295.79º | 0.59% | 0.62% | - |
| HSV(B) | 295.79º | 0.53% | 0.85% | - |
| XYZ | 43.16 | 27.87 | 68.07 | - |
| YUV | 146.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 216 | 0.04 | 0.53 | 0 | 0.15 | 295.79 | 0.59 | 0.62 |
| Hex | D0 | 66 | D8 | 4 | 35 | 0 | F | 128 | 3B | 3E |
| Octal | 320 | 146 | 330 | 4 | 65 | 0 | 17 | 450 | 73 | 76 |
| Binary | 11010000 | 1100110 | 11011000 | 100 | 110101 | 0 | 1111 | 100101000 | 111011 | 111110 |
Color Harmonies of #D066D8
Complementary color
Monochromatic Colors of #D066D8
Black with #D066D8
Text Example
Text Example
White with #D066D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066D8; }
p { color: rgb(208,102,216); }
H1.HeaderClassName
{
color: #D066D8;
}
.AnyTagClassName
{
color: #D066D8;
}
</style>
background-color css
<style>
a { background-color: #D066D8; }
a { background-color: rgb(208,102,216); }
div.DivClassName
{
background-color: #D066D8;
}
.BgClassName
{
background-color: #D066D8;
}
</style>
border-color css
<style>
span { border-color: #D066D8; }
span { border-color: rgb(208,102,216); }
td.TdClassName
{
border-color: #D066D8;
}
.TagClassName
{
border-color: #D066D8;
}
</style>