Shades of Medium Orchid #C766DA
Tints of Medium Orchid #C766DA
RGB
CMYK
RGB Variations
Color information
#C766DA (or 0xC766DA) is known color: Medium Orchid. HEX triplet: C7, 66 and DA. RGB value is (199,102,218). Sum of RGB (Red+Green+Blue) = 199+102+218=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #C766DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766DA is #389925. Grayscale: #8F8F8F. Windows color (decimal): -3709222 or 14313159. OLE color: 14313159.
HSL color Cylindrical-coordinate representation of color #C766DA: hue angle of 290.17º degrees, saturation: 0.61, 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 #C766DA is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 102 | 218 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.15 |
| HSL | 290.17º | 0.61% | 0.63% | - |
| HSV(B) | 290.17º | 0.53% | 0.85% | - |
| XYZ | 40.96 | 26.71 | 69.33 | - |
| YUV | 144.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 218 | 0.09 | 0.53 | 0 | 0.15 | 290.17 | 0.61 | 0.63 |
| Hex | C7 | 66 | DA | 9 | 35 | 0 | F | 122 | 3D | 3F |
| Octal | 307 | 146 | 332 | 11 | 65 | 0 | 17 | 442 | 75 | 77 |
| Binary | 11000111 | 1100110 | 11011010 | 1001 | 110101 | 0 | 1111 | 100100010 | 111101 | 111111 |
Color Harmonies of #C766DA
Complementary color
Monochromatic Colors of #C766DA
Black with #C766DA
Text Example
Text Example
White with #C766DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766DA; }
p { color: rgb(199,102,218); }
H1.HeaderClassName
{
color: #C766DA;
}
.AnyTagClassName
{
color: #C766DA;
}
</style>
background-color css
<style>
a { background-color: #C766DA; }
a { background-color: rgb(199,102,218); }
div.DivClassName
{
background-color: #C766DA;
}
.BgClassName
{
background-color: #C766DA;
}
</style>
border-color css
<style>
span { border-color: #C766DA; }
span { border-color: rgb(199,102,218); }
td.TdClassName
{
border-color: #C766DA;
}
.TagClassName
{
border-color: #C766DA;
}
</style>