Shades of Medium Orchid #C039FA
Tints of Medium Orchid #C039FA
RGB
CMYK
RGB Variations
Color information
#C039FA (or 0xC039FA) is known color: Medium Orchid. HEX triplet: C0, 39 and FA. RGB value is (192,57,250). Sum of RGB (Red+Green+Blue) = 192+57+250=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #C039FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C039FA is #3FC605. Grayscale: #767676. Windows color (decimal): -4179462 or 16398784. OLE color: 16398784.
HSL color Cylindrical-coordinate representation of color #C039FA: hue angle of 281.97º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C039FA is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 57 | 250 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.02 |
| HSL | 281.97º | 0.95% | 0.6% | - |
| HSV(B) | 281.97º | 0.77% | 0.98% | - |
| XYZ | 40.46 | 21.03 | 92.37 | - |
| YUV | 119.37 | 201.73 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 250 | 0.23 | 0.77 | 0 | 0.02 | 281.97 | 0.95 | 0.6 |
| Hex | C0 | 39 | FA | 17 | 4D | 0 | 2 | 11A | 5F | 3C |
| Octal | 300 | 71 | 372 | 27 | 115 | 0 | 2 | 432 | 137 | 74 |
| Binary | 11000000 | 111001 | 11111010 | 10111 | 1001101 | 0 | 10 | 100011010 | 1011111 | 111100 |
Color Harmonies of #C039FA
Complementary color
Monochromatic Colors of #C039FA
Black with #C039FA
Text Example
Text Example
White with #C039FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039FA; }
p { color: rgb(192,57,250); }
H1.HeaderClassName
{
color: #C039FA;
}
.AnyTagClassName
{
color: #C039FA;
}
</style>
background-color css
<style>
a { background-color: #C039FA; }
a { background-color: rgb(192,57,250); }
div.DivClassName
{
background-color: #C039FA;
}
.BgClassName
{
background-color: #C039FA;
}
</style>
border-color css
<style>
span { border-color: #C039FA; }
span { border-color: rgb(192,57,250); }
td.TdClassName
{
border-color: #C039FA;
}
.TagClassName
{
border-color: #C039FA;
}
</style>