Shades of Medium Orchid #C03DF7
Tints of Medium Orchid #C03DF7
RGB
CMYK
RGB Variations
Color information
#C03DF7 (or 0xC03DF7) is known color: Medium Orchid. HEX triplet: C0, 3D and F7. RGB value is (192,61,247). Sum of RGB (Red+Green+Blue) = 192+61+247=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #C03DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DF7 is #3FC208. Grayscale: #787878. Windows color (decimal): -4178441 or 16203200. OLE color: 16203200.
HSL color Cylindrical-coordinate representation of color #C03DF7: hue angle of 282.26º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03DF7 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 61 | 247 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.03 |
| HSL | 282.26º | 0.92% | 0.6% | - |
| HSV(B) | 282.26º | 0.75% | 0.97% | - |
| XYZ | 40.2 | 21.26 | 89.98 | - |
| YUV | 121.37 | 198.9 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 247 | 0.22 | 0.75 | 0 | 0.03 | 282.26 | 0.92 | 0.6 |
| Hex | C0 | 3D | F7 | 16 | 4B | 0 | 3 | 11A | 5C | 3C |
| Octal | 300 | 75 | 367 | 26 | 113 | 0 | 3 | 432 | 134 | 74 |
| Binary | 11000000 | 111101 | 11110111 | 10110 | 1001011 | 0 | 11 | 100011010 | 1011100 | 111100 |
Color Harmonies of #C03DF7
Complementary color
Monochromatic Colors of #C03DF7
Black with #C03DF7
Text Example
Text Example
White with #C03DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DF7; }
p { color: rgb(192,61,247); }
H1.HeaderClassName
{
color: #C03DF7;
}
.AnyTagClassName
{
color: #C03DF7;
}
</style>
background-color css
<style>
a { background-color: #C03DF7; }
a { background-color: rgb(192,61,247); }
div.DivClassName
{
background-color: #C03DF7;
}
.BgClassName
{
background-color: #C03DF7;
}
</style>
border-color css
<style>
span { border-color: #C03DF7; }
span { border-color: rgb(192,61,247); }
td.TdClassName
{
border-color: #C03DF7;
}
.TagClassName
{
border-color: #C03DF7;
}
</style>