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