Shades of Medium Orchid #C039FE
Tints of Medium Orchid #C039FE
RGB
CMYK
RGB Variations
Color information
#C039FE (or 0xC039FE) is known color: Medium Orchid. HEX triplet: C0, 39 and FE. RGB value is (192,57,254). Sum of RGB (Red+Green+Blue) = 192+57+254=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #C039FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C039FE is #3FC601. Grayscale: #777777. Windows color (decimal): -4179458 or 16660928. OLE color: 16660928.
HSL color Cylindrical-coordinate representation of color #C039FE: hue angle of 281.12º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C039FE is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 57 | 254 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.00 |
| HSL | 281.12º | 0.99% | 0.61% | - |
| HSV(B) | 281.12º | 0.78% | 1% | - |
| XYZ | 41.09 | 21.29 | 95.71 | - |
| YUV | 119.82 | 203.73 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 254 | 0.24 | 0.78 | 0 | 0.00 | 281.12 | 0.99 | 0.61 |
| Hex | C0 | 39 | FE | 18 | 4E | 0 | 0 | 119 | 63 | 3D |
| Octal | 300 | 71 | 376 | 30 | 116 | 0 | 0 | 431 | 143 | 75 |
| Binary | 11000000 | 111001 | 11111110 | 11000 | 1001110 | 0 | 0 | 100011001 | 1100011 | 111101 |
Color Harmonies of #C039FE
Complementary color
Monochromatic Colors of #C039FE
Black with #C039FE
Text Example
Text Example
White with #C039FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039FE; }
p { color: rgb(192,57,254); }
H1.HeaderClassName
{
color: #C039FE;
}
.AnyTagClassName
{
color: #C039FE;
}
</style>
background-color css
<style>
a { background-color: #C039FE; }
a { background-color: rgb(192,57,254); }
div.DivClassName
{
background-color: #C039FE;
}
.BgClassName
{
background-color: #C039FE;
}
</style>
border-color css
<style>
span { border-color: #C039FE; }
span { border-color: rgb(192,57,254); }
td.TdClassName
{
border-color: #C039FE;
}
.TagClassName
{
border-color: #C039FE;
}
</style>