Shades of Orchid #D866C7
Tints of Orchid #D866C7
RGB
CMYK
RGB Variations
Color information
#D866C7 (or 0xD866C7) is known color: Orchid. HEX triplet: D8, 66 and C7. RGB value is (216,102,199). Sum of RGB (Red+Green+Blue) = 216+102+199=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D866C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866C7 is #279938. Grayscale: #929292. Windows color (decimal): -2595129 or 13067992. OLE color: 13067992.
HSL color Cylindrical-coordinate representation of color #D866C7: hue angle of 308.95º 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 #D866C7 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 199 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.15 |
| HSL | 308.95º | 0.59% | 0.62% | - |
| HSV(B) | 308.95º | 0.53% | 0.85% | - |
| XYZ | 43.38 | 28.23 | 57.19 | - |
| YUV | 147.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 199 | 0 | 0.53 | 0.08 | 0.15 | 308.95 | 0.59 | 0.62 |
| Hex | D8 | 66 | C7 | 0 | 35 | 8 | F | 135 | 3B | 3E |
| Octal | 330 | 146 | 307 | 0 | 65 | 10 | 17 | 465 | 73 | 76 |
| Binary | 11011000 | 1100110 | 11000111 | 0 | 110101 | 1000 | 1111 | 100110101 | 111011 | 111110 |
Color Harmonies of #D866C7
Complementary color
Monochromatic Colors of #D866C7
Black with #D866C7
Text Example
Text Example
White with #D866C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866C7; }
p { color: rgb(216,102,199); }
H1.HeaderClassName
{
color: #D866C7;
}
.AnyTagClassName
{
color: #D866C7;
}
</style>
background-color css
<style>
a { background-color: #D866C7; }
a { background-color: rgb(216,102,199); }
div.DivClassName
{
background-color: #D866C7;
}
.BgClassName
{
background-color: #D866C7;
}
</style>
border-color css
<style>
span { border-color: #D866C7; }
span { border-color: rgb(216,102,199); }
td.TdClassName
{
border-color: #D866C7;
}
.TagClassName
{
border-color: #D866C7;
}
</style>