Shades of Orchid #D866DD
Tints of Orchid #D866DD
RGB
CMYK
RGB Variations
Color information
#D866DD (or 0xD866DD) is known color: Orchid. HEX triplet: D8, 66 and DD. RGB value is (216,102,221). Sum of RGB (Red+Green+Blue) = 216+102+221=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #D866DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866DD is #279922. Grayscale: #959595. Windows color (decimal): -2595107 or 14509784. OLE color: 14509784.
HSL color Cylindrical-coordinate representation of color #D866DD: hue angle of 297.48º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D866DD is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 102 | 221 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.13 |
| HSL | 297.48º | 0.64% | 0.63% | - |
| HSV(B) | 297.48º | 0.54% | 0.87% | - |
| XYZ | 46.12 | 29.32 | 71.64 | - |
| YUV | 149.65 | 168.27 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 221 | 0.02 | 0.54 | 0 | 0.13 | 297.48 | 0.64 | 0.63 |
| Hex | D8 | 66 | DD | 2 | 36 | 0 | D | 129 | 40 | 3F |
| Octal | 330 | 146 | 335 | 2 | 66 | 0 | 15 | 451 | 100 | 77 |
| Binary | 11011000 | 1100110 | 11011101 | 10 | 110110 | 0 | 1101 | 100101001 | 1000000 | 111111 |
Color Harmonies of #D866DD
Complementary color
Monochromatic Colors of #D866DD
Black with #D866DD
Text Example
Text Example
White with #D866DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866DD; }
p { color: rgb(216,102,221); }
H1.HeaderClassName
{
color: #D866DD;
}
.AnyTagClassName
{
color: #D866DD;
}
</style>
background-color css
<style>
a { background-color: #D866DD; }
a { background-color: rgb(216,102,221); }
div.DivClassName
{
background-color: #D866DD;
}
.BgClassName
{
background-color: #D866DD;
}
</style>
border-color css
<style>
span { border-color: #D866DD; }
span { border-color: rgb(216,102,221); }
td.TdClassName
{
border-color: #D866DD;
}
.TagClassName
{
border-color: #D866DD;
}
</style>