Shades of Orchid #D866DC
Tints of Orchid #D866DC
RGB
CMYK
RGB Variations
Color information
#D866DC (or 0xD866DC) is known color: Orchid. HEX triplet: D8, 66 and DC. RGB value is (216,102,220). Sum of RGB (Red+Green+Blue) = 216+102+220=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #D866DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866DC is #279923. Grayscale: #959595. Windows color (decimal): -2595108 or 14444248. OLE color: 14444248.
HSL color Cylindrical-coordinate representation of color #D866DC: hue angle of 297.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D866DC is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 102 | 220 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.14 |
| HSL | 297.97º | 0.63% | 0.63% | - |
| HSV(B) | 297.97º | 0.54% | 0.86% | - |
| XYZ | 45.99 | 29.27 | 70.94 | - |
| YUV | 149.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 220 | 0.02 | 0.54 | 0 | 0.14 | 297.97 | 0.63 | 0.63 |
| Hex | D8 | 66 | DC | 2 | 36 | 0 | E | 12A | 3F | 3F |
| Octal | 330 | 146 | 334 | 2 | 66 | 0 | 16 | 452 | 77 | 77 |
| Binary | 11011000 | 1100110 | 11011100 | 10 | 110110 | 0 | 1110 | 100101010 | 111111 | 111111 |
Color Harmonies of #D866DC
Complementary color
Monochromatic Colors of #D866DC
Black with #D866DC
Text Example
Text Example
White with #D866DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866DC; }
p { color: rgb(216,102,220); }
H1.HeaderClassName
{
color: #D866DC;
}
.AnyTagClassName
{
color: #D866DC;
}
</style>
background-color css
<style>
a { background-color: #D866DC; }
a { background-color: rgb(216,102,220); }
div.DivClassName
{
background-color: #D866DC;
}
.BgClassName
{
background-color: #D866DC;
}
</style>
border-color css
<style>
span { border-color: #D866DC; }
span { border-color: rgb(216,102,220); }
td.TdClassName
{
border-color: #D866DC;
}
.TagClassName
{
border-color: #D866DC;
}
</style>