Shades of Medium Orchid #C03DF3
Tints of Medium Orchid #C03DF3
RGB
CMYK
RGB Variations
Color information
#C03DF3 (or 0xC03DF3) is known color: Medium Orchid. HEX triplet: C0, 3D and F3. RGB value is (192,61,243). Sum of RGB (Red+Green+Blue) = 192+61+243=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #C03DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DF3 is #3FC20C. Grayscale: #787878. Windows color (decimal): -4178445 or 15941056. OLE color: 15941056.
HSL color Cylindrical-coordinate representation of color #C03DF3: hue angle of 283.19º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03DF3 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 61 | 243 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.05 |
| HSL | 283.19º | 0.88% | 0.6% | - |
| HSV(B) | 283.19º | 0.75% | 0.95% | - |
| XYZ | 39.58 | 21.02 | 86.76 | - |
| YUV | 120.92 | 196.9 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 243 | 0.21 | 0.75 | 0 | 0.05 | 283.19 | 0.88 | 0.6 |
| Hex | C0 | 3D | F3 | 15 | 4B | 0 | 5 | 11B | 58 | 3C |
| Octal | 300 | 75 | 363 | 25 | 113 | 0 | 5 | 433 | 130 | 74 |
| Binary | 11000000 | 111101 | 11110011 | 10101 | 1001011 | 0 | 101 | 100011011 | 1011000 | 111100 |
Color Harmonies of #C03DF3
Complementary color
Monochromatic Colors of #C03DF3
Black with #C03DF3
Text Example
Text Example
White with #C03DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DF3; }
p { color: rgb(192,61,243); }
H1.HeaderClassName
{
color: #C03DF3;
}
.AnyTagClassName
{
color: #C03DF3;
}
</style>
background-color css
<style>
a { background-color: #C03DF3; }
a { background-color: rgb(192,61,243); }
div.DivClassName
{
background-color: #C03DF3;
}
.BgClassName
{
background-color: #C03DF3;
}
</style>
border-color css
<style>
span { border-color: #C03DF3; }
span { border-color: rgb(192,61,243); }
td.TdClassName
{
border-color: #C03DF3;
}
.TagClassName
{
border-color: #C03DF3;
}
</style>