Shades of Medium Orchid #C03AF9
Tints of Medium Orchid #C03AF9
RGB
CMYK
RGB Variations
Color information
#C03AF9 (or 0xC03AF9) is known color: Medium Orchid. HEX triplet: C0, 3A and F9. RGB value is (192,58,249). Sum of RGB (Red+Green+Blue) = 192+58+249=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 58 (23.05% from 255 or 11.62% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #C03AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AF9 is #3FC506. Grayscale: #777777. Windows color (decimal): -4179207 or 16333504. OLE color: 16333504.
HSL color Cylindrical-coordinate representation of color #C03AF9: hue angle of 282.09º degrees, saturation: 0.94, 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 #C03AF9 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 58 | 249 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.02 |
| HSL | 282.09º | 0.94% | 0.6% | - |
| HSV(B) | 282.09º | 0.77% | 0.98% | - |
| XYZ | 40.35 | 21.07 | 91.56 | - |
| YUV | 119.84 | 200.89 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 249 | 0.23 | 0.77 | 0 | 0.02 | 282.09 | 0.94 | 0.6 |
| Hex | C0 | 3A | F9 | 17 | 4D | 0 | 2 | 11A | 5E | 3C |
| Octal | 300 | 72 | 371 | 27 | 115 | 0 | 2 | 432 | 136 | 74 |
| Binary | 11000000 | 111010 | 11111001 | 10111 | 1001101 | 0 | 10 | 100011010 | 1011110 | 111100 |
Color Harmonies of #C03AF9
Complementary color
Monochromatic Colors of #C03AF9
Black with #C03AF9
Text Example
Text Example
White with #C03AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AF9; }
p { color: rgb(192,58,249); }
H1.HeaderClassName
{
color: #C03AF9;
}
.AnyTagClassName
{
color: #C03AF9;
}
</style>
background-color css
<style>
a { background-color: #C03AF9; }
a { background-color: rgb(192,58,249); }
div.DivClassName
{
background-color: #C03AF9;
}
.BgClassName
{
background-color: #C03AF9;
}
</style>
border-color css
<style>
span { border-color: #C03AF9; }
span { border-color: rgb(192,58,249); }
td.TdClassName
{
border-color: #C03AF9;
}
.TagClassName
{
border-color: #C03AF9;
}
</style>