Shades of Medium Orchid #C766DD
Tints of Medium Orchid #C766DD
RGB
CMYK
RGB Variations
Color information
#C766DD (or 0xC766DD) is known color: Medium Orchid. HEX triplet: C7, 66 and DD. RGB value is (199,102,221). Sum of RGB (Red+Green+Blue) = 199+102+221=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #C766DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766DD is #389922. Grayscale: #909090. Windows color (decimal): -3709219 or 14509767. OLE color: 14509767.
HSL color Cylindrical-coordinate representation of color #C766DD: hue angle of 288.91º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C766DD is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 102 | 221 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.13 |
| HSL | 288.91º | 0.64% | 0.63% | - |
| HSV(B) | 288.91º | 0.54% | 0.87% | - |
| XYZ | 41.36 | 26.87 | 71.41 | - |
| YUV | 144.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 221 | 0.10 | 0.54 | 0 | 0.13 | 288.91 | 0.64 | 0.63 |
| Hex | C7 | 66 | DD | A | 36 | 0 | D | 121 | 40 | 3F |
| Octal | 307 | 146 | 335 | 12 | 66 | 0 | 15 | 441 | 100 | 77 |
| Binary | 11000111 | 1100110 | 11011101 | 1010 | 110110 | 0 | 1101 | 100100001 | 1000000 | 111111 |
Color Harmonies of #C766DD
Complementary color
Monochromatic Colors of #C766DD
Black with #C766DD
Text Example
Text Example
White with #C766DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766DD; }
p { color: rgb(199,102,221); }
H1.HeaderClassName
{
color: #C766DD;
}
.AnyTagClassName
{
color: #C766DD;
}
</style>
background-color css
<style>
a { background-color: #C766DD; }
a { background-color: rgb(199,102,221); }
div.DivClassName
{
background-color: #C766DD;
}
.BgClassName
{
background-color: #C766DD;
}
</style>
border-color css
<style>
span { border-color: #C766DD; }
span { border-color: rgb(199,102,221); }
td.TdClassName
{
border-color: #C766DD;
}
.TagClassName
{
border-color: #C766DD;
}
</style>