Shades of Medium Orchid #C13AF4
Tints of Medium Orchid #C13AF4
RGB
CMYK
RGB Variations
Color information
#C13AF4 (or 0xC13AF4) is known color: Medium Orchid. HEX triplet: C1, 3A and F4. RGB value is (193,58,244). Sum of RGB (Red+Green+Blue) = 193+58+244=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #C13AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13AF4 is #3EC50B. Grayscale: #767676. Windows color (decimal): -4113676 or 16005825. OLE color: 16005825.
HSL color Cylindrical-coordinate representation of color #C13AF4: hue angle of 283.55º 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 #C13AF4 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 58 | 244 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.04 |
| HSL | 283.55º | 0.89% | 0.59% | - |
| HSV(B) | 283.55º | 0.76% | 0.96% | - |
| XYZ | 39.83 | 20.9 | 87.52 | - |
| YUV | 119.57 | 198.23 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 244 | 0.21 | 0.76 | 0 | 0.04 | 283.55 | 0.89 | 0.59 |
| Hex | C1 | 3A | F4 | 15 | 4C | 0 | 4 | 11C | 59 | 3B |
| Octal | 301 | 72 | 364 | 25 | 114 | 0 | 4 | 434 | 131 | 73 |
| Binary | 11000001 | 111010 | 11110100 | 10101 | 1001100 | 0 | 100 | 100011100 | 1011001 | 111011 |
Color Harmonies of #C13AF4
Complementary color
Monochromatic Colors of #C13AF4
Black with #C13AF4
Text Example
Text Example
White with #C13AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13AF4; }
p { color: rgb(193,58,244); }
H1.HeaderClassName
{
color: #C13AF4;
}
.AnyTagClassName
{
color: #C13AF4;
}
</style>
background-color css
<style>
a { background-color: #C13AF4; }
a { background-color: rgb(193,58,244); }
div.DivClassName
{
background-color: #C13AF4;
}
.BgClassName
{
background-color: #C13AF4;
}
</style>
border-color css
<style>
span { border-color: #C13AF4; }
span { border-color: rgb(193,58,244); }
td.TdClassName
{
border-color: #C13AF4;
}
.TagClassName
{
border-color: #C13AF4;
}
</style>