Shades of Medium Orchid #C13AF6
Tints of Medium Orchid #C13AF6
RGB
CMYK
RGB Variations
Color information
#C13AF6 (or 0xC13AF6) is known color: Medium Orchid. HEX triplet: C1, 3A and F6. RGB value is (193,58,246). Sum of RGB (Red+Green+Blue) = 193+58+246=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #C13AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13AF6 is #3EC509. Grayscale: #777777. Windows color (decimal): -4113674 or 16136897. OLE color: 16136897.
HSL color Cylindrical-coordinate representation of color #C13AF6: hue angle of 283.09º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C13AF6 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 58 | 246 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.04 |
| HSL | 283.09º | 0.91% | 0.6% | - |
| HSV(B) | 283.09º | 0.76% | 0.96% | - |
| XYZ | 40.14 | 21.02 | 89.13 | - |
| YUV | 119.8 | 199.23 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 246 | 0.22 | 0.76 | 0 | 0.04 | 283.09 | 0.91 | 0.6 |
| Hex | C1 | 3A | F6 | 16 | 4C | 0 | 4 | 11B | 5B | 3C |
| Octal | 301 | 72 | 366 | 26 | 114 | 0 | 4 | 433 | 133 | 74 |
| Binary | 11000001 | 111010 | 11110110 | 10110 | 1001100 | 0 | 100 | 100011011 | 1011011 | 111100 |
Color Harmonies of #C13AF6
Complementary color
Monochromatic Colors of #C13AF6
Black with #C13AF6
Text Example
Text Example
White with #C13AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13AF6; }
p { color: rgb(193,58,246); }
H1.HeaderClassName
{
color: #C13AF6;
}
.AnyTagClassName
{
color: #C13AF6;
}
</style>
background-color css
<style>
a { background-color: #C13AF6; }
a { background-color: rgb(193,58,246); }
div.DivClassName
{
background-color: #C13AF6;
}
.BgClassName
{
background-color: #C13AF6;
}
</style>
border-color css
<style>
span { border-color: #C13AF6; }
span { border-color: rgb(193,58,246); }
td.TdClassName
{
border-color: #C13AF6;
}
.TagClassName
{
border-color: #C13AF6;
}
</style>