Shades of Orchid #D866C6
Tints of Orchid #D866C6
RGB
CMYK
RGB Variations
Color information
#D866C6 (or 0xD866C6) is known color: Orchid. HEX triplet: D8, 66 and C6. RGB value is (216,102,198). Sum of RGB (Red+Green+Blue) = 216+102+198=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D866C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866C6 is #279939. Grayscale: #929292. Windows color (decimal): -2595130 or 13002456. OLE color: 13002456.
HSL color Cylindrical-coordinate representation of color #D866C6: hue angle of 309.47º 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 #D866C6 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 198 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.15 |
| HSL | 309.47º | 0.59% | 0.62% | - |
| HSV(B) | 309.47º | 0.53% | 0.85% | - |
| XYZ | 43.26 | 28.18 | 56.58 | - |
| YUV | 147.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 198 | 0 | 0.53 | 0.08 | 0.15 | 309.47 | 0.59 | 0.62 |
| Hex | D8 | 66 | C6 | 0 | 35 | 8 | F | 135 | 3B | 3E |
| Octal | 330 | 146 | 306 | 0 | 65 | 10 | 17 | 465 | 73 | 76 |
| Binary | 11011000 | 1100110 | 11000110 | 0 | 110101 | 1000 | 1111 | 100110101 | 111011 | 111110 |
Color Harmonies of #D866C6
Complementary color
Monochromatic Colors of #D866C6
Black with #D866C6
Text Example
Text Example
White with #D866C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866C6; }
p { color: rgb(216,102,198); }
H1.HeaderClassName
{
color: #D866C6;
}
.AnyTagClassName
{
color: #D866C6;
}
</style>
background-color css
<style>
a { background-color: #D866C6; }
a { background-color: rgb(216,102,198); }
div.DivClassName
{
background-color: #D866C6;
}
.BgClassName
{
background-color: #D866C6;
}
</style>
border-color css
<style>
span { border-color: #D866C6; }
span { border-color: rgb(216,102,198); }
td.TdClassName
{
border-color: #D866C6;
}
.TagClassName
{
border-color: #D866C6;
}
</style>