Shades of Medium Orchid #C13BFA
Tints of Medium Orchid #C13BFA
RGB
CMYK
RGB Variations
Color information
#C13BFA (or 0xC13BFA) is known color: Medium Orchid. HEX triplet: C1, 3B and FA. RGB value is (193,59,250). Sum of RGB (Red+Green+Blue) = 193+59+250=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #C13BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13BFA is #3EC405. Grayscale: #787878. Windows color (decimal): -4113414 or 16399297. OLE color: 16399297.
HSL color Cylindrical-coordinate representation of color #C13BFA: hue angle of 282.09º 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 #C13BFA is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 59 | 250 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.02 |
| HSL | 282.09º | 0.95% | 0.61% | - |
| HSV(B) | 282.09º | 0.76% | 0.98% | - |
| XYZ | 40.81 | 21.37 | 92.42 | - |
| YUV | 120.84 | 200.89 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 250 | 0.23 | 0.76 | 0 | 0.02 | 282.09 | 0.95 | 0.61 |
| Hex | C1 | 3B | FA | 17 | 4C | 0 | 2 | 11A | 5F | 3D |
| Octal | 301 | 73 | 372 | 27 | 114 | 0 | 2 | 432 | 137 | 75 |
| Binary | 11000001 | 111011 | 11111010 | 10111 | 1001100 | 0 | 10 | 100011010 | 1011111 | 111101 |
Color Harmonies of #C13BFA
Complementary color
Monochromatic Colors of #C13BFA
Black with #C13BFA
Text Example
Text Example
White with #C13BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BFA; }
p { color: rgb(193,59,250); }
H1.HeaderClassName
{
color: #C13BFA;
}
.AnyTagClassName
{
color: #C13BFA;
}
</style>
background-color css
<style>
a { background-color: #C13BFA; }
a { background-color: rgb(193,59,250); }
div.DivClassName
{
background-color: #C13BFA;
}
.BgClassName
{
background-color: #C13BFA;
}
</style>
border-color css
<style>
span { border-color: #C13BFA; }
span { border-color: rgb(193,59,250); }
td.TdClassName
{
border-color: #C13BFA;
}
.TagClassName
{
border-color: #C13BFA;
}
</style>