Shades of Medium Orchid #C13AFC
Tints of Medium Orchid #C13AFC
RGB
CMYK
RGB Variations
Color information
#C13AFC (or 0xC13AFC) is known color: Medium Orchid. HEX triplet: C1, 3A and FC. RGB value is (193,58,252). Sum of RGB (Red+Green+Blue) = 193+58+252=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 58 (23.05% from 255 or 11.53% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #C13AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13AFC is #3EC503. Grayscale: #777777. Windows color (decimal): -4113668 or 16530113. OLE color: 16530113.
HSL color Cylindrical-coordinate representation of color #C13AFC: hue angle of 281.75º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C13AFC is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 58 | 252 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.01 |
| HSL | 281.75º | 0.97% | 0.61% | - |
| HSV(B) | 281.75º | 0.77% | 0.99% | - |
| XYZ | 41.08 | 21.39 | 94.06 | - |
| YUV | 120.48 | 202.23 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 252 | 0.23 | 0.77 | 0 | 0.01 | 281.75 | 0.97 | 0.61 |
| Hex | C1 | 3A | FC | 17 | 4D | 0 | 1 | 11A | 61 | 3D |
| Octal | 301 | 72 | 374 | 27 | 115 | 0 | 1 | 432 | 141 | 75 |
| Binary | 11000001 | 111010 | 11111100 | 10111 | 1001101 | 0 | 1 | 100011010 | 1100001 | 111101 |
Color Harmonies of #C13AFC
Complementary color
Monochromatic Colors of #C13AFC
Black with #C13AFC
Text Example
Text Example
White with #C13AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13AFC; }
p { color: rgb(193,58,252); }
H1.HeaderClassName
{
color: #C13AFC;
}
.AnyTagClassName
{
color: #C13AFC;
}
</style>
background-color css
<style>
a { background-color: #C13AFC; }
a { background-color: rgb(193,58,252); }
div.DivClassName
{
background-color: #C13AFC;
}
.BgClassName
{
background-color: #C13AFC;
}
</style>
border-color css
<style>
span { border-color: #C13AFC; }
span { border-color: rgb(193,58,252); }
td.TdClassName
{
border-color: #C13AFC;
}
.TagClassName
{
border-color: #C13AFC;
}
</style>