Shades of Medium Orchid #C13BFF
Tints of Medium Orchid #C13BFF
RGB
CMYK
RGB Variations
Color information
#C13BFF (or 0xC13BFF) is known color: Medium Orchid. HEX triplet: C1, 3B and FF. RGB value is (193,59,255). Sum of RGB (Red+Green+Blue) = 193+59+255=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #C13BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13BFF is #3EC400. Grayscale: #787878. Windows color (decimal): -4113409 or 16726977. OLE color: 16726977.
HSL color Cylindrical-coordinate representation of color #C13BFF: hue angle of 281.02º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C13BFF is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 59 | 255 | - |
| CMYK | 0.24 | 0.77 | 0 | 0 |
| HSL | 281.02º | 1% | 0.62% | - |
| HSV(B) | 281.02º | 0.77% | 1% | - |
| XYZ | 41.61 | 21.69 | 96.6 | - |
| YUV | 121.41 | 203.39 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 255 | 0.24 | 0.77 | 0 | 0 | 281.02 | 1 | 0.62 |
| Hex | C1 | 3B | FF | 18 | 4D | 0 | 0 | 119 | 64 | 3E |
| Octal | 301 | 73 | 377 | 30 | 115 | 0 | 0 | 431 | 144 | 76 |
| Binary | 11000001 | 111011 | 11111111 | 11000 | 1001101 | 0 | 0 | 100011001 | 1100100 | 111110 |
Color Harmonies of #C13BFF
Complementary color
Monochromatic Colors of #C13BFF
Black with #C13BFF
Text Example
Text Example
White with #C13BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BFF; }
p { color: rgb(193,59,255); }
H1.HeaderClassName
{
color: #C13BFF;
}
.AnyTagClassName
{
color: #C13BFF;
}
</style>
background-color css
<style>
a { background-color: #C13BFF; }
a { background-color: rgb(193,59,255); }
div.DivClassName
{
background-color: #C13BFF;
}
.BgClassName
{
background-color: #C13BFF;
}
</style>
border-color css
<style>
span { border-color: #C13BFF; }
span { border-color: rgb(193,59,255); }
td.TdClassName
{
border-color: #C13BFF;
}
.TagClassName
{
border-color: #C13BFF;
}
</style>