Shades of Medium Orchid #C039F4
Tints of Medium Orchid #C039F4
RGB
CMYK
RGB Variations
Color information
#C039F4 (or 0xC039F4) is known color: Medium Orchid. HEX triplet: C0, 39 and F4. RGB value is (192,57,244). Sum of RGB (Red+Green+Blue) = 192+57+244=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #C039F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C039F4 is #3FC60B. Grayscale: #767676. Windows color (decimal): -4179468 or 16005568. OLE color: 16005568.
HSL color Cylindrical-coordinate representation of color #C039F4: hue angle of 283.32º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C039F4 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 57 | 244 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.04 |
| HSL | 283.32º | 0.89% | 0.59% | - |
| HSV(B) | 283.32º | 0.77% | 0.96% | - |
| XYZ | 39.53 | 20.66 | 87.49 | - |
| YUV | 118.68 | 198.73 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 244 | 0.21 | 0.77 | 0 | 0.04 | 283.32 | 0.89 | 0.59 |
| Hex | C0 | 39 | F4 | 15 | 4D | 0 | 4 | 11B | 59 | 3B |
| Octal | 300 | 71 | 364 | 25 | 115 | 0 | 4 | 433 | 131 | 73 |
| Binary | 11000000 | 111001 | 11110100 | 10101 | 1001101 | 0 | 100 | 100011011 | 1011001 | 111011 |
Color Harmonies of #C039F4
Complementary color
Monochromatic Colors of #C039F4
Black with #C039F4
Text Example
Text Example
White with #C039F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039F4; }
p { color: rgb(192,57,244); }
H1.HeaderClassName
{
color: #C039F4;
}
.AnyTagClassName
{
color: #C039F4;
}
</style>
background-color css
<style>
a { background-color: #C039F4; }
a { background-color: rgb(192,57,244); }
div.DivClassName
{
background-color: #C039F4;
}
.BgClassName
{
background-color: #C039F4;
}
</style>
border-color css
<style>
span { border-color: #C039F4; }
span { border-color: rgb(192,57,244); }
td.TdClassName
{
border-color: #C039F4;
}
.TagClassName
{
border-color: #C039F4;
}
</style>