Shades of Medium Orchid #C13BF4
Tints of Medium Orchid #C13BF4
RGB
CMYK
RGB Variations
Color information
#C13BF4 (or 0xC13BF4) is known color: Medium Orchid. HEX triplet: C1, 3B and F4. RGB value is (193,59,244). Sum of RGB (Red+Green+Blue) = 193+59+244=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 59 (23.44% from 255 or 11.90% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #C13BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13BF4 is #3EC40B. Grayscale: #777777. Windows color (decimal): -4113420 or 16006081. OLE color: 16006081.
HSL color Cylindrical-coordinate representation of color #C13BF4: hue angle of 283.46º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C13BF4 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 59 | 244 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.04 |
| HSL | 283.46º | 0.89% | 0.59% | - |
| HSV(B) | 283.46º | 0.76% | 0.96% | - |
| XYZ | 39.89 | 21 | 87.54 | - |
| YUV | 120.16 | 197.89 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 244 | 0.21 | 0.76 | 0 | 0.04 | 283.46 | 0.89 | 0.59 |
| Hex | C1 | 3B | F4 | 15 | 4C | 0 | 4 | 11B | 59 | 3B |
| Octal | 301 | 73 | 364 | 25 | 114 | 0 | 4 | 433 | 131 | 73 |
| Binary | 11000001 | 111011 | 11110100 | 10101 | 1001100 | 0 | 100 | 100011011 | 1011001 | 111011 |
Color Harmonies of #C13BF4
Complementary color
Monochromatic Colors of #C13BF4
Black with #C13BF4
Text Example
Text Example
White with #C13BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BF4; }
p { color: rgb(193,59,244); }
H1.HeaderClassName
{
color: #C13BF4;
}
.AnyTagClassName
{
color: #C13BF4;
}
</style>
background-color css
<style>
a { background-color: #C13BF4; }
a { background-color: rgb(193,59,244); }
div.DivClassName
{
background-color: #C13BF4;
}
.BgClassName
{
background-color: #C13BF4;
}
</style>
border-color css
<style>
span { border-color: #C13BF4; }
span { border-color: rgb(193,59,244); }
td.TdClassName
{
border-color: #C13BF4;
}
.TagClassName
{
border-color: #C13BF4;
}
</style>