Shades of Medium Orchid #C766D6
Tints of Medium Orchid #C766D6
RGB
CMYK
RGB Variations
Color information
#C766D6 (or 0xC766D6) is known color: Medium Orchid. HEX triplet: C7, 66 and D6. RGB value is (199,102,214). Sum of RGB (Red+Green+Blue) = 199+102+214=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #C766D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766D6 is #389929. Grayscale: #8F8F8F. Windows color (decimal): -3709226 or 14051015. OLE color: 14051015.
HSL color Cylindrical-coordinate representation of color #C766D6: hue angle of 291.96º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C766D6 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 102 | 214 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.16 |
| HSL | 291.96º | 0.58% | 0.62% | - |
| HSV(B) | 291.96º | 0.52% | 0.84% | - |
| XYZ | 40.44 | 26.5 | 66.6 | - |
| YUV | 143.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 214 | 0.07 | 0.52 | 0 | 0.16 | 291.96 | 0.58 | 0.62 |
| Hex | C7 | 66 | D6 | 7 | 34 | 0 | 10 | 124 | 3A | 3E |
| Octal | 307 | 146 | 326 | 7 | 64 | 0 | 20 | 444 | 72 | 76 |
| Binary | 11000111 | 1100110 | 11010110 | 111 | 110100 | 0 | 10000 | 100100100 | 111010 | 111110 |
Color Harmonies of #C766D6
Complementary color
Monochromatic Colors of #C766D6
Black with #C766D6
Text Example
Text Example
White with #C766D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766D6; }
p { color: rgb(199,102,214); }
H1.HeaderClassName
{
color: #C766D6;
}
.AnyTagClassName
{
color: #C766D6;
}
</style>
background-color css
<style>
a { background-color: #C766D6; }
a { background-color: rgb(199,102,214); }
div.DivClassName
{
background-color: #C766D6;
}
.BgClassName
{
background-color: #C766D6;
}
</style>
border-color css
<style>
span { border-color: #C766D6; }
span { border-color: rgb(199,102,214); }
td.TdClassName
{
border-color: #C766D6;
}
.TagClassName
{
border-color: #C766D6;
}
</style>