Shades of Medium Orchid #C13FFA
Tints of Medium Orchid #C13FFA
RGB
CMYK
RGB Variations
Color information
#C13FFA (or 0xC13FFA) is known color: Medium Orchid. HEX triplet: C1, 3F and FA. RGB value is (193,63,250). Sum of RGB (Red+Green+Blue) = 193+63+250=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #C13FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13FFA is #3EC005. Grayscale: #7A7A7A. Windows color (decimal): -4112390 or 16400321. OLE color: 16400321.
HSL color Cylindrical-coordinate representation of color #C13FFA: hue angle of 281.71º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13FFA is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 63 | 250 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.02 |
| HSL | 281.71º | 0.95% | 0.61% | - |
| HSV(B) | 281.71º | 0.75% | 0.98% | - |
| XYZ | 41.03 | 21.79 | 92.49 | - |
| YUV | 123.19 | 199.57 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 250 | 0.23 | 0.75 | 0 | 0.02 | 281.71 | 0.95 | 0.61 |
| Hex | C1 | 3F | FA | 17 | 4B | 0 | 2 | 11A | 5F | 3D |
| Octal | 301 | 77 | 372 | 27 | 113 | 0 | 2 | 432 | 137 | 75 |
| Binary | 11000001 | 111111 | 11111010 | 10111 | 1001011 | 0 | 10 | 100011010 | 1011111 | 111101 |
Color Harmonies of #C13FFA
Complementary color
Monochromatic Colors of #C13FFA
Black with #C13FFA
Text Example
Text Example
White with #C13FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FFA; }
p { color: rgb(193,63,250); }
H1.HeaderClassName
{
color: #C13FFA;
}
.AnyTagClassName
{
color: #C13FFA;
}
</style>
background-color css
<style>
a { background-color: #C13FFA; }
a { background-color: rgb(193,63,250); }
div.DivClassName
{
background-color: #C13FFA;
}
.BgClassName
{
background-color: #C13FFA;
}
</style>
border-color css
<style>
span { border-color: #C13FFA; }
span { border-color: rgb(193,63,250); }
td.TdClassName
{
border-color: #C13FFA;
}
.TagClassName
{
border-color: #C13FFA;
}
</style>