Shades of Medium Orchid #C03FF7
Tints of Medium Orchid #C03FF7
RGB
CMYK
RGB Variations
Color information
#C03FF7 (or 0xC03FF7) is known color: Medium Orchid. HEX triplet: C0, 3F and F7. RGB value is (192,63,247). Sum of RGB (Red+Green+Blue) = 192+63+247=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #C03FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03FF7 is #3FC008. Grayscale: #797979. Windows color (decimal): -4177929 or 16203712. OLE color: 16203712.
HSL color Cylindrical-coordinate representation of color #C03FF7: hue angle of 282.07º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03FF7 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 63 | 247 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.03 |
| HSL | 282.07º | 0.92% | 0.61% | - |
| HSV(B) | 282.07º | 0.74% | 0.97% | - |
| XYZ | 40.3 | 21.48 | 90.02 | - |
| YUV | 122.55 | 198.24 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 247 | 0.22 | 0.74 | 0 | 0.03 | 282.07 | 0.92 | 0.61 |
| Hex | C0 | 3F | F7 | 16 | 4A | 0 | 3 | 11A | 5C | 3D |
| Octal | 300 | 77 | 367 | 26 | 112 | 0 | 3 | 432 | 134 | 75 |
| Binary | 11000000 | 111111 | 11110111 | 10110 | 1001010 | 0 | 11 | 100011010 | 1011100 | 111101 |
Color Harmonies of #C03FF7
Complementary color
Monochromatic Colors of #C03FF7
Black with #C03FF7
Text Example
Text Example
White with #C03FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FF7; }
p { color: rgb(192,63,247); }
H1.HeaderClassName
{
color: #C03FF7;
}
.AnyTagClassName
{
color: #C03FF7;
}
</style>
background-color css
<style>
a { background-color: #C03FF7; }
a { background-color: rgb(192,63,247); }
div.DivClassName
{
background-color: #C03FF7;
}
.BgClassName
{
background-color: #C03FF7;
}
</style>
border-color css
<style>
span { border-color: #C03FF7; }
span { border-color: rgb(192,63,247); }
td.TdClassName
{
border-color: #C03FF7;
}
.TagClassName
{
border-color: #C03FF7;
}
</style>