Shades of Medium Orchid #C760DF
Tints of Medium Orchid #C760DF
RGB
CMYK
RGB Variations
Color information
#C760DF (or 0xC760DF) is known color: Medium Orchid. HEX triplet: C7, 60 and DF. RGB value is (199,96,223). Sum of RGB (Red+Green+Blue) = 199+96+223=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #C760DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760DF is #389F20. Grayscale: #8C8C8C. Windows color (decimal): -3710753 or 14639303. OLE color: 14639303.
HSL color Cylindrical-coordinate representation of color #C760DF: hue angle of 288.66º 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 #C760DF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 96 | 223 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.13 |
| HSL | 288.66º | 0.66% | 0.63% | - |
| HSV(B) | 288.66º | 0.57% | 0.87% | - |
| XYZ | 41.06 | 25.84 | 72.63 | - |
| YUV | 141.28 | 174.12 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 223 | 0.11 | 0.57 | 0 | 0.13 | 288.66 | 0.66 | 0.63 |
| Hex | C7 | 60 | DF | B | 39 | 0 | D | 121 | 42 | 3F |
| Octal | 307 | 140 | 337 | 13 | 71 | 0 | 15 | 441 | 102 | 77 |
| Binary | 11000111 | 1100000 | 11011111 | 1011 | 111001 | 0 | 1101 | 100100001 | 1000010 | 111111 |
Color Harmonies of #C760DF
Complementary color
Monochromatic Colors of #C760DF
Black with #C760DF
Text Example
Text Example
White with #C760DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C760DF; }
p { color: rgb(199,96,223); }
H1.HeaderClassName
{
color: #C760DF;
}
.AnyTagClassName
{
color: #C760DF;
}
</style>
background-color css
<style>
a { background-color: #C760DF; }
a { background-color: rgb(199,96,223); }
div.DivClassName
{
background-color: #C760DF;
}
.BgClassName
{
background-color: #C760DF;
}
</style>
border-color css
<style>
span { border-color: #C760DF; }
span { border-color: rgb(199,96,223); }
td.TdClassName
{
border-color: #C760DF;
}
.TagClassName
{
border-color: #C760DF;
}
</style>