Shades of Medium Orchid #C059FA
Tints of Medium Orchid #C059FA
RGB
CMYK
RGB Variations
Color information
#C059FA (or 0xC059FA) is known color: Medium Orchid. HEX triplet: C0, 59 and FA. RGB value is (192,89,250). Sum of RGB (Red+Green+Blue) = 192+89+250=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #C059FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059FA is #3FA605. Grayscale: #898989. Windows color (decimal): -4171270 or 16406976. OLE color: 16406976.
HSL color Cylindrical-coordinate representation of color #C059FA: hue angle of 278.39º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C059FA is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 89 | 250 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.02 |
| HSL | 278.39º | 0.94% | 0.66% | - |
| HSV(B) | 278.39º | 0.64% | 0.98% | - |
| XYZ | 42.57 | 25.25 | 93.07 | - |
| YUV | 138.15 | 191.12 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 250 | 0.23 | 0.64 | 0 | 0.02 | 278.39 | 0.94 | 0.66 |
| Hex | C0 | 59 | FA | 17 | 40 | 0 | 2 | 116 | 5E | 42 |
| Octal | 300 | 131 | 372 | 27 | 100 | 0 | 2 | 426 | 136 | 102 |
| Binary | 11000000 | 1011001 | 11111010 | 10111 | 1000000 | 0 | 10 | 100010110 | 1011110 | 1000010 |
Color Harmonies of #C059FA
Complementary color
Monochromatic Colors of #C059FA
Black with #C059FA
Text Example
Text Example
White with #C059FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059FA; }
p { color: rgb(192,89,250); }
H1.HeaderClassName
{
color: #C059FA;
}
.AnyTagClassName
{
color: #C059FA;
}
</style>
background-color css
<style>
a { background-color: #C059FA; }
a { background-color: rgb(192,89,250); }
div.DivClassName
{
background-color: #C059FA;
}
.BgClassName
{
background-color: #C059FA;
}
</style>
border-color css
<style>
span { border-color: #C059FA; }
span { border-color: rgb(192,89,250); }
td.TdClassName
{
border-color: #C059FA;
}
.TagClassName
{
border-color: #C059FA;
}
</style>