Shades of Medium Orchid #C03DF9
Tints of Medium Orchid #C03DF9
RGB
CMYK
RGB Variations
Color information
#C03DF9 (or 0xC03DF9) is known color: Medium Orchid. HEX triplet: C0, 3D and F9. RGB value is (192,61,249). Sum of RGB (Red+Green+Blue) = 192+61+249=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #C03DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DF9 is #3FC206. Grayscale: #787878. Windows color (decimal): -4178439 or 16334272. OLE color: 16334272.
HSL color Cylindrical-coordinate representation of color #C03DF9: hue angle of 281.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03DF9 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 61 | 249 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.02 |
| HSL | 281.81º | 0.94% | 0.61% | - |
| HSV(B) | 281.81º | 0.76% | 0.98% | - |
| XYZ | 40.51 | 21.38 | 91.62 | - |
| YUV | 121.6 | 199.9 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 249 | 0.23 | 0.76 | 0 | 0.02 | 281.81 | 0.94 | 0.61 |
| Hex | C0 | 3D | F9 | 17 | 4C | 0 | 2 | 11A | 5E | 3D |
| Octal | 300 | 75 | 371 | 27 | 114 | 0 | 2 | 432 | 136 | 75 |
| Binary | 11000000 | 111101 | 11111001 | 10111 | 1001100 | 0 | 10 | 100011010 | 1011110 | 111101 |
Color Harmonies of #C03DF9
Complementary color
Monochromatic Colors of #C03DF9
Black with #C03DF9
Text Example
Text Example
White with #C03DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DF9; }
p { color: rgb(192,61,249); }
H1.HeaderClassName
{
color: #C03DF9;
}
.AnyTagClassName
{
color: #C03DF9;
}
</style>
background-color css
<style>
a { background-color: #C03DF9; }
a { background-color: rgb(192,61,249); }
div.DivClassName
{
background-color: #C03DF9;
}
.BgClassName
{
background-color: #C03DF9;
}
</style>
border-color css
<style>
span { border-color: #C03DF9; }
span { border-color: rgb(192,61,249); }
td.TdClassName
{
border-color: #C03DF9;
}
.TagClassName
{
border-color: #C03DF9;
}
</style>