Shades of Medium Orchid #C038F3
Tints of Medium Orchid #C038F3
RGB
CMYK
RGB Variations
Color information
#C038F3 (or 0xC038F3) is known color: Medium Orchid. HEX triplet: C0, 38 and F3. RGB value is (192,56,243). Sum of RGB (Red+Green+Blue) = 192+56+243=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #C038F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C038F3 is #3FC70C. Grayscale: #757575. Windows color (decimal): -4179725 or 15939776. OLE color: 15939776.
HSL color Cylindrical-coordinate representation of color #C038F3: hue angle of 283.64º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C038F3 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 56 | 243 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.05 |
| HSL | 283.64º | 0.89% | 0.59% | - |
| HSV(B) | 283.64º | 0.77% | 0.95% | - |
| XYZ | 39.33 | 20.51 | 86.68 | - |
| YUV | 117.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 243 | 0.21 | 0.77 | 0 | 0.05 | 283.64 | 0.89 | 0.59 |
| Hex | C0 | 38 | F3 | 15 | 4D | 0 | 5 | 11C | 59 | 3B |
| Octal | 300 | 70 | 363 | 25 | 115 | 0 | 5 | 434 | 131 | 73 |
| Binary | 11000000 | 111000 | 11110011 | 10101 | 1001101 | 0 | 101 | 100011100 | 1011001 | 111011 |
Color Harmonies of #C038F3
Complementary color
Monochromatic Colors of #C038F3
Black with #C038F3
Text Example
Text Example
White with #C038F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038F3; }
p { color: rgb(192,56,243); }
H1.HeaderClassName
{
color: #C038F3;
}
.AnyTagClassName
{
color: #C038F3;
}
</style>
background-color css
<style>
a { background-color: #C038F3; }
a { background-color: rgb(192,56,243); }
div.DivClassName
{
background-color: #C038F3;
}
.BgClassName
{
background-color: #C038F3;
}
</style>
border-color css
<style>
span { border-color: #C038F3; }
span { border-color: rgb(192,56,243); }
td.TdClassName
{
border-color: #C038F3;
}
.TagClassName
{
border-color: #C038F3;
}
</style>