Shades of Medium Orchid #C759E7
Tints of Medium Orchid #C759E7
RGB
CMYK
RGB Variations
Color information
#C759E7 (or 0xC759E7) is known color: Medium Orchid. HEX triplet: C7, 59 and E7. RGB value is (199,89,231). Sum of RGB (Red+Green+Blue) = 199+89+231=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #C759E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C759E7 is #38A618. Grayscale: #898989. Windows color (decimal): -3712537 or 15161799. OLE color: 15161799.
HSL color Cylindrical-coordinate representation of color #C759E7: hue angle of 286.48º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C759E7 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 89 | 231 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.09 |
| HSL | 286.48º | 0.75% | 0.63% | - |
| HSV(B) | 286.48º | 0.61% | 0.91% | - |
| XYZ | 41.55 | 25.06 | 78.25 | - |
| YUV | 138.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 231 | 0.14 | 0.61 | 0 | 0.09 | 286.48 | 0.75 | 0.63 |
| Hex | C7 | 59 | E7 | E | 3D | 0 | 9 | 11E | 4B | 3F |
| Octal | 307 | 131 | 347 | 16 | 75 | 0 | 11 | 436 | 113 | 77 |
| Binary | 11000111 | 1011001 | 11100111 | 1110 | 111101 | 0 | 1001 | 100011110 | 1001011 | 111111 |
Color Harmonies of #C759E7
Complementary color
Monochromatic Colors of #C759E7
Black with #C759E7
Text Example
Text Example
White with #C759E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759E7; }
p { color: rgb(199,89,231); }
H1.HeaderClassName
{
color: #C759E7;
}
.AnyTagClassName
{
color: #C759E7;
}
</style>
background-color css
<style>
a { background-color: #C759E7; }
a { background-color: rgb(199,89,231); }
div.DivClassName
{
background-color: #C759E7;
}
.BgClassName
{
background-color: #C759E7;
}
</style>
border-color css
<style>
span { border-color: #C759E7; }
span { border-color: rgb(199,89,231); }
td.TdClassName
{
border-color: #C759E7;
}
.TagClassName
{
border-color: #C759E7;
}
</style>