Shades of Orchid #D066DF
Tints of Orchid #D066DF
RGB
CMYK
RGB Variations
Color information
#D066DF (or 0xD066DF) is known color: Orchid. HEX triplet: D0, 66 and DF. RGB value is (208,102,223). Sum of RGB (Red+Green+Blue) = 208+102+223=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #D066DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066DF is #2F9920. Grayscale: #939393. Windows color (decimal): -3119393 or 14640848. OLE color: 14640848.
HSL color Cylindrical-coordinate representation of color #D066DF: hue angle of 292.56º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D066DF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 102 | 223 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.13 |
| HSL | 292.56º | 0.65% | 0.64% | - |
| HSV(B) | 292.56º | 0.54% | 0.87% | - |
| XYZ | 44.08 | 28.24 | 72.94 | - |
| YUV | 147.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 223 | 0.07 | 0.54 | 0 | 0.13 | 292.56 | 0.65 | 0.64 |
| Hex | D0 | 66 | DF | 7 | 36 | 0 | D | 125 | 41 | 40 |
| Octal | 320 | 146 | 337 | 7 | 66 | 0 | 15 | 445 | 101 | 100 |
| Binary | 11010000 | 1100110 | 11011111 | 111 | 110110 | 0 | 1101 | 100100101 | 1000001 | 1000000 |
Color Harmonies of #D066DF
Complementary color
Monochromatic Colors of #D066DF
Black with #D066DF
Text Example
Text Example
White with #D066DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066DF; }
p { color: rgb(208,102,223); }
H1.HeaderClassName
{
color: #D066DF;
}
.AnyTagClassName
{
color: #D066DF;
}
</style>
background-color css
<style>
a { background-color: #D066DF; }
a { background-color: rgb(208,102,223); }
div.DivClassName
{
background-color: #D066DF;
}
.BgClassName
{
background-color: #D066DF;
}
</style>
border-color css
<style>
span { border-color: #D066DF; }
span { border-color: rgb(208,102,223); }
td.TdClassName
{
border-color: #D066DF;
}
.TagClassName
{
border-color: #D066DF;
}
</style>