Shades of Medium Orchid #C761DF
Tints of Medium Orchid #C761DF
RGB
CMYK
RGB Variations
Color information
#C761DF (or 0xC761DF) is known color: Medium Orchid. HEX triplet: C7, 61 and DF. RGB value is (199,97,223). Sum of RGB (Red+Green+Blue) = 199+97+223=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #C761DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761DF is #389E20. Grayscale: #8D8D8D. Windows color (decimal): -3710497 or 14639559. OLE color: 14639559.
HSL color Cylindrical-coordinate representation of color #C761DF: hue angle of 288.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C761DF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 97 | 223 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.13 |
| HSL | 288.57º | 0.66% | 0.63% | - |
| HSV(B) | 288.57º | 0.57% | 0.87% | - |
| XYZ | 41.15 | 26.02 | 72.67 | - |
| YUV | 141.86 | 173.79 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 223 | 0.11 | 0.57 | 0 | 0.13 | 288.57 | 0.66 | 0.63 |
| Hex | C7 | 61 | DF | B | 39 | 0 | D | 121 | 42 | 3F |
| Octal | 307 | 141 | 337 | 13 | 71 | 0 | 15 | 441 | 102 | 77 |
| Binary | 11000111 | 1100001 | 11011111 | 1011 | 111001 | 0 | 1101 | 100100001 | 1000010 | 111111 |
Color Harmonies of #C761DF
Complementary color
Monochromatic Colors of #C761DF
Black with #C761DF
Text Example
Text Example
White with #C761DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C761DF; }
p { color: rgb(199,97,223); }
H1.HeaderClassName
{
color: #C761DF;
}
.AnyTagClassName
{
color: #C761DF;
}
</style>
background-color css
<style>
a { background-color: #C761DF; }
a { background-color: rgb(199,97,223); }
div.DivClassName
{
background-color: #C761DF;
}
.BgClassName
{
background-color: #C761DF;
}
</style>
border-color css
<style>
span { border-color: #C761DF; }
span { border-color: rgb(199,97,223); }
td.TdClassName
{
border-color: #C761DF;
}
.TagClassName
{
border-color: #C761DF;
}
</style>