Shades of Orchid #D866D0
Tints of Orchid #D866D0
RGB
CMYK
RGB Variations
Color information
#D866D0 (or 0xD866D0) is known color: Orchid. HEX triplet: D8, 66 and D0. RGB value is (216,102,208). Sum of RGB (Red+Green+Blue) = 216+102+208=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D866D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866D0 is #27992F. Grayscale: #939393. Windows color (decimal): -2595120 or 13657816. OLE color: 13657816.
HSL color Cylindrical-coordinate representation of color #D866D0: hue angle of 304.21º 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 #D866D0 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 208 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.15 |
| HSL | 304.21º | 0.59% | 0.62% | - |
| HSV(B) | 304.21º | 0.53% | 0.85% | - |
| XYZ | 44.46 | 28.66 | 62.86 | - |
| YUV | 148.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 208 | 0 | 0.53 | 0.04 | 0.15 | 304.21 | 0.59 | 0.62 |
| Hex | D8 | 66 | D0 | 0 | 35 | 4 | F | 130 | 3B | 3E |
| Octal | 330 | 146 | 320 | 0 | 65 | 4 | 17 | 460 | 73 | 76 |
| Binary | 11011000 | 1100110 | 11010000 | 0 | 110101 | 100 | 1111 | 100110000 | 111011 | 111110 |
Color Harmonies of #D866D0
Complementary color
Monochromatic Colors of #D866D0
Black with #D866D0
Text Example
Text Example
White with #D866D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866D0; }
p { color: rgb(216,102,208); }
H1.HeaderClassName
{
color: #D866D0;
}
.AnyTagClassName
{
color: #D866D0;
}
</style>
background-color css
<style>
a { background-color: #D866D0; }
a { background-color: rgb(216,102,208); }
div.DivClassName
{
background-color: #D866D0;
}
.BgClassName
{
background-color: #D866D0;
}
</style>
border-color css
<style>
span { border-color: #D866D0; }
span { border-color: rgb(216,102,208); }
td.TdClassName
{
border-color: #D866D0;
}
.TagClassName
{
border-color: #D866D0;
}
</style>