Shades of Medium Orchid #C766D9
Tints of Medium Orchid #C766D9
RGB
CMYK
RGB Variations
Color information
#C766D9 (or 0xC766D9) is known color: Medium Orchid. HEX triplet: C7, 66 and D9. RGB value is (199,102,217). Sum of RGB (Red+Green+Blue) = 199+102+217=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #C766D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766D9 is #389926. Grayscale: #8F8F8F. Windows color (decimal): -3709223 or 14247623. OLE color: 14247623.
HSL color Cylindrical-coordinate representation of color #C766D9: hue angle of 290.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C766D9 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 102 | 217 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.15 |
| HSL | 290.61º | 0.6% | 0.63% | - |
| HSV(B) | 290.61º | 0.53% | 0.85% | - |
| XYZ | 40.83 | 26.65 | 68.64 | - |
| YUV | 144.11 | 169.14 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 217 | 0.08 | 0.53 | 0 | 0.15 | 290.61 | 0.6 | 0.63 |
| Hex | C7 | 66 | D9 | 8 | 35 | 0 | F | 123 | 3C | 3F |
| Octal | 307 | 146 | 331 | 10 | 65 | 0 | 17 | 443 | 74 | 77 |
| Binary | 11000111 | 1100110 | 11011001 | 1000 | 110101 | 0 | 1111 | 100100011 | 111100 | 111111 |
Color Harmonies of #C766D9
Complementary color
Monochromatic Colors of #C766D9
Black with #C766D9
Text Example
Text Example
White with #C766D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766D9; }
p { color: rgb(199,102,217); }
H1.HeaderClassName
{
color: #C766D9;
}
.AnyTagClassName
{
color: #C766D9;
}
</style>
background-color css
<style>
a { background-color: #C766D9; }
a { background-color: rgb(199,102,217); }
div.DivClassName
{
background-color: #C766D9;
}
.BgClassName
{
background-color: #C766D9;
}
</style>
border-color css
<style>
span { border-color: #C766D9; }
span { border-color: rgb(199,102,217); }
td.TdClassName
{
border-color: #C766D9;
}
.TagClassName
{
border-color: #C766D9;
}
</style>