Shades of Medium Orchid #C759DF
Tints of Medium Orchid #C759DF
RGB
CMYK
RGB Variations
Color information
#C759DF (or 0xC759DF) is known color: Medium Orchid. HEX triplet: C7, 59 and DF. RGB value is (199,89,223). Sum of RGB (Red+Green+Blue) = 199+89+223=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #C759DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759DF is #38A620. Grayscale: #888888. Windows color (decimal): -3712545 or 14637511. OLE color: 14637511.
HSL color Cylindrical-coordinate representation of color #C759DF: hue angle of 289.25º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C759DF is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 89 | 223 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.13 |
| HSL | 289.25º | 0.68% | 0.61% | - |
| HSV(B) | 289.25º | 0.6% | 0.87% | - |
| XYZ | 40.44 | 24.61 | 72.43 | - |
| YUV | 137.17 | 176.44 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 223 | 0.11 | 0.60 | 0 | 0.13 | 289.25 | 0.68 | 0.61 |
| Hex | C7 | 59 | DF | B | 3C | 0 | D | 121 | 44 | 3D |
| Octal | 307 | 131 | 337 | 13 | 74 | 0 | 15 | 441 | 104 | 75 |
| Binary | 11000111 | 1011001 | 11011111 | 1011 | 111100 | 0 | 1101 | 100100001 | 1000100 | 111101 |
Color Harmonies of #C759DF
Complementary color
Monochromatic Colors of #C759DF
Black with #C759DF
Text Example
Text Example
White with #C759DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759DF; }
p { color: rgb(199,89,223); }
H1.HeaderClassName
{
color: #C759DF;
}
.AnyTagClassName
{
color: #C759DF;
}
</style>
background-color css
<style>
a { background-color: #C759DF; }
a { background-color: rgb(199,89,223); }
div.DivClassName
{
background-color: #C759DF;
}
.BgClassName
{
background-color: #C759DF;
}
</style>
border-color css
<style>
span { border-color: #C759DF; }
span { border-color: rgb(199,89,223); }
td.TdClassName
{
border-color: #C759DF;
}
.TagClassName
{
border-color: #C759DF;
}
</style>