Shades of Medium Orchid #C13BFB
Tints of Medium Orchid #C13BFB
RGB
CMYK
RGB Variations
Color information
#C13BFB (or 0xC13BFB) is known color: Medium Orchid. HEX triplet: C1, 3B and FB. RGB value is (193,59,251). Sum of RGB (Red+Green+Blue) = 193+59+251=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #C13BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13BFB is #3EC404. Grayscale: #787878. Windows color (decimal): -4113413 or 16464833. OLE color: 16464833.
HSL color Cylindrical-coordinate representation of color #C13BFB: hue angle of 281.88º degrees, saturation: 0.96, 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 #C13BFB is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 59 | 251 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.02 |
| HSL | 281.88º | 0.96% | 0.61% | - |
| HSV(B) | 281.88º | 0.76% | 0.98% | - |
| XYZ | 40.97 | 21.43 | 93.24 | - |
| YUV | 120.95 | 201.39 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 251 | 0.23 | 0.76 | 0 | 0.02 | 281.88 | 0.96 | 0.61 |
| Hex | C1 | 3B | FB | 17 | 4C | 0 | 2 | 11A | 60 | 3D |
| Octal | 301 | 73 | 373 | 27 | 114 | 0 | 2 | 432 | 140 | 75 |
| Binary | 11000001 | 111011 | 11111011 | 10111 | 1001100 | 0 | 10 | 100011010 | 1100000 | 111101 |
Color Harmonies of #C13BFB
Complementary color
Monochromatic Colors of #C13BFB
Black with #C13BFB
Text Example
Text Example
White with #C13BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BFB; }
p { color: rgb(193,59,251); }
H1.HeaderClassName
{
color: #C13BFB;
}
.AnyTagClassName
{
color: #C13BFB;
}
</style>
background-color css
<style>
a { background-color: #C13BFB; }
a { background-color: rgb(193,59,251); }
div.DivClassName
{
background-color: #C13BFB;
}
.BgClassName
{
background-color: #C13BFB;
}
</style>
border-color css
<style>
span { border-color: #C13BFB; }
span { border-color: rgb(193,59,251); }
td.TdClassName
{
border-color: #C13BFB;
}
.TagClassName
{
border-color: #C13BFB;
}
</style>