Shades of Medium Orchid #C039FF
Tints of Medium Orchid #C039FF
RGB
CMYK
RGB Variations
Color information
#C039FF (or 0xC039FF) is known color: Medium Orchid. HEX triplet: C0, 39 and FF. RGB value is (192,57,255). Sum of RGB (Red+Green+Blue) = 192+57+255=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 57 (22.66% from 255 or 11.31% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #C039FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C039FF is #3FC600. Grayscale: #777777. Windows color (decimal): -4179457 or 16726464. OLE color: 16726464.
HSL color Cylindrical-coordinate representation of color #C039FF: hue angle of 280.91º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C039FF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 57 | 255 | - |
| CMYK | 0.25 | 0.78 | 0 | 0 |
| HSL | 280.91º | 1% | 0.61% | - |
| HSV(B) | 280.91º | 0.78% | 1% | - |
| XYZ | 41.25 | 21.35 | 96.56 | - |
| YUV | 119.94 | 204.23 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 255 | 0.25 | 0.78 | 0 | 0 | 280.91 | 1 | 0.61 |
| Hex | C0 | 39 | FF | 19 | 4E | 0 | 0 | 119 | 64 | 3D |
| Octal | 300 | 71 | 377 | 31 | 116 | 0 | 0 | 431 | 144 | 75 |
| Binary | 11000000 | 111001 | 11111111 | 11001 | 1001110 | 0 | 0 | 100011001 | 1100100 | 111101 |
Color Harmonies of #C039FF
Complementary color
Monochromatic Colors of #C039FF
Black with #C039FF
Text Example
Text Example
White with #C039FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039FF; }
p { color: rgb(192,57,255); }
H1.HeaderClassName
{
color: #C039FF;
}
.AnyTagClassName
{
color: #C039FF;
}
</style>
background-color css
<style>
a { background-color: #C039FF; }
a { background-color: rgb(192,57,255); }
div.DivClassName
{
background-color: #C039FF;
}
.BgClassName
{
background-color: #C039FF;
}
</style>
border-color css
<style>
span { border-color: #C039FF; }
span { border-color: rgb(192,57,255); }
td.TdClassName
{
border-color: #C039FF;
}
.TagClassName
{
border-color: #C039FF;
}
</style>