Shades of Medium Orchid #C03DFA
Tints of Medium Orchid #C03DFA
RGB
CMYK
RGB Variations
Color information
#C03DFA (or 0xC03DFA) is known color: Medium Orchid. HEX triplet: C0, 3D and FA. RGB value is (192,61,250). Sum of RGB (Red+Green+Blue) = 192+61+250=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #C03DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DFA is #3FC205. Grayscale: #797979. Windows color (decimal): -4178438 or 16399808. OLE color: 16399808.
HSL color Cylindrical-coordinate representation of color #C03DFA: hue angle of 281.59º degrees, saturation: 0.95, 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 #C03DFA is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 61 | 250 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.02 |
| HSL | 281.59º | 0.95% | 0.61% | - |
| HSV(B) | 281.59º | 0.76% | 0.98% | - |
| XYZ | 40.66 | 21.45 | 92.44 | - |
| YUV | 121.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 250 | 0.23 | 0.76 | 0 | 0.02 | 281.59 | 0.95 | 0.61 |
| Hex | C0 | 3D | FA | 17 | 4C | 0 | 2 | 11A | 5F | 3D |
| Octal | 300 | 75 | 372 | 27 | 114 | 0 | 2 | 432 | 137 | 75 |
| Binary | 11000000 | 111101 | 11111010 | 10111 | 1001100 | 0 | 10 | 100011010 | 1011111 | 111101 |
Color Harmonies of #C03DFA
Complementary color
Monochromatic Colors of #C03DFA
Black with #C03DFA
Text Example
Text Example
White with #C03DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DFA; }
p { color: rgb(192,61,250); }
H1.HeaderClassName
{
color: #C03DFA;
}
.AnyTagClassName
{
color: #C03DFA;
}
</style>
background-color css
<style>
a { background-color: #C03DFA; }
a { background-color: rgb(192,61,250); }
div.DivClassName
{
background-color: #C03DFA;
}
.BgClassName
{
background-color: #C03DFA;
}
</style>
border-color css
<style>
span { border-color: #C03DFA; }
span { border-color: rgb(192,61,250); }
td.TdClassName
{
border-color: #C03DFA;
}
.TagClassName
{
border-color: #C03DFA;
}
</style>