Shades of Medium Orchid #C059F7
Tints of Medium Orchid #C059F7
RGB
CMYK
RGB Variations
Color information
#C059F7 (or 0xC059F7) is known color: Medium Orchid. HEX triplet: C0, 59 and F7. RGB value is (192,89,247). Sum of RGB (Red+Green+Blue) = 192+89+247=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #C059F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059F7 is #3FA608. Grayscale: #898989. Windows color (decimal): -4171273 or 16210368. OLE color: 16210368.
HSL color Cylindrical-coordinate representation of color #C059F7: hue angle of 279.11º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C059F7 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 89 | 247 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.03 |
| HSL | 279.11º | 0.91% | 0.66% | - |
| HSV(B) | 279.11º | 0.64% | 0.97% | - |
| XYZ | 42.1 | 25.07 | 90.62 | - |
| YUV | 137.81 | 189.62 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 247 | 0.22 | 0.64 | 0 | 0.03 | 279.11 | 0.91 | 0.66 |
| Hex | C0 | 59 | F7 | 16 | 40 | 0 | 3 | 117 | 5B | 42 |
| Octal | 300 | 131 | 367 | 26 | 100 | 0 | 3 | 427 | 133 | 102 |
| Binary | 11000000 | 1011001 | 11110111 | 10110 | 1000000 | 0 | 11 | 100010111 | 1011011 | 1000010 |
Color Harmonies of #C059F7
Complementary color
Monochromatic Colors of #C059F7
Black with #C059F7
Text Example
Text Example
White with #C059F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059F7; }
p { color: rgb(192,89,247); }
H1.HeaderClassName
{
color: #C059F7;
}
.AnyTagClassName
{
color: #C059F7;
}
</style>
background-color css
<style>
a { background-color: #C059F7; }
a { background-color: rgb(192,89,247); }
div.DivClassName
{
background-color: #C059F7;
}
.BgClassName
{
background-color: #C059F7;
}
</style>
border-color css
<style>
span { border-color: #C059F7; }
span { border-color: rgb(192,89,247); }
td.TdClassName
{
border-color: #C059F7;
}
.TagClassName
{
border-color: #C059F7;
}
</style>