Shades of Medium Orchid #C059F8
Tints of Medium Orchid #C059F8
RGB
CMYK
RGB Variations
Color information
#C059F8 (or 0xC059F8) is known color: Medium Orchid. HEX triplet: C0, 59 and F8. RGB value is (192,89,248). Sum of RGB (Red+Green+Blue) = 192+89+248=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #C059F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059F8 is #3FA607. Grayscale: #898989. Windows color (decimal): -4171272 or 16275904. OLE color: 16275904.
HSL color Cylindrical-coordinate representation of color #C059F8: hue angle of 278.87º degrees, saturation: 0.92, 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 #C059F8 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 89 | 248 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.03 |
| HSL | 278.87º | 0.92% | 0.66% | - |
| HSV(B) | 278.87º | 0.64% | 0.97% | - |
| XYZ | 42.25 | 25.13 | 91.43 | - |
| YUV | 137.92 | 190.12 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 248 | 0.23 | 0.64 | 0 | 0.03 | 278.87 | 0.92 | 0.66 |
| Hex | C0 | 59 | F8 | 17 | 40 | 0 | 3 | 117 | 5C | 42 |
| Octal | 300 | 131 | 370 | 27 | 100 | 0 | 3 | 427 | 134 | 102 |
| Binary | 11000000 | 1011001 | 11111000 | 10111 | 1000000 | 0 | 11 | 100010111 | 1011100 | 1000010 |
Color Harmonies of #C059F8
Complementary color
Monochromatic Colors of #C059F8
Black with #C059F8
Text Example
Text Example
White with #C059F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059F8; }
p { color: rgb(192,89,248); }
H1.HeaderClassName
{
color: #C059F8;
}
.AnyTagClassName
{
color: #C059F8;
}
</style>
background-color css
<style>
a { background-color: #C059F8; }
a { background-color: rgb(192,89,248); }
div.DivClassName
{
background-color: #C059F8;
}
.BgClassName
{
background-color: #C059F8;
}
</style>
border-color css
<style>
span { border-color: #C059F8; }
span { border-color: rgb(192,89,248); }
td.TdClassName
{
border-color: #C059F8;
}
.TagClassName
{
border-color: #C059F8;
}
</style>