Shades of Orchid #D866DB
Tints of Orchid #D866DB
RGB
CMYK
RGB Variations
Color information
#D866DB (or 0xD866DB) is known color: Orchid. HEX triplet: D8, 66 and DB. RGB value is (216,102,219). Sum of RGB (Red+Green+Blue) = 216+102+219=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #D866DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866DB is #279924. Grayscale: #959595. Windows color (decimal): -2595109 or 14378712. OLE color: 14378712.
HSL color Cylindrical-coordinate representation of color #D866DB: hue angle of 298.46º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D866DB is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 102 | 219 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.14 |
| HSL | 298.46º | 0.62% | 0.63% | - |
| HSV(B) | 298.46º | 0.53% | 0.86% | - |
| XYZ | 45.86 | 29.22 | 70.24 | - |
| YUV | 149.42 | 167.27 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 219 | 0.01 | 0.53 | 0 | 0.14 | 298.46 | 0.62 | 0.63 |
| Hex | D8 | 66 | DB | 1 | 35 | 0 | E | 12A | 3E | 3F |
| Octal | 330 | 146 | 333 | 1 | 65 | 0 | 16 | 452 | 76 | 77 |
| Binary | 11011000 | 1100110 | 11011011 | 1 | 110101 | 0 | 1110 | 100101010 | 111110 | 111111 |
Color Harmonies of #D866DB
Complementary color
Monochromatic Colors of #D866DB
Black with #D866DB
Text Example
Text Example
White with #D866DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866DB; }
p { color: rgb(216,102,219); }
H1.HeaderClassName
{
color: #D866DB;
}
.AnyTagClassName
{
color: #D866DB;
}
</style>
background-color css
<style>
a { background-color: #D866DB; }
a { background-color: rgb(216,102,219); }
div.DivClassName
{
background-color: #D866DB;
}
.BgClassName
{
background-color: #D866DB;
}
</style>
border-color css
<style>
span { border-color: #D866DB; }
span { border-color: rgb(216,102,219); }
td.TdClassName
{
border-color: #D866DB;
}
.TagClassName
{
border-color: #D866DB;
}
</style>