Shades of Medium Orchid #C13BDF
Tints of Medium Orchid #C13BDF
RGB
CMYK
RGB Variations
Color information
#C13BDF (or 0xC13BDF) is known color: Medium Orchid. HEX triplet: C1, 3B and DF. RGB value is (193,59,223). Sum of RGB (Red+Green+Blue) = 193+59+223=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #C13BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BDF is #3EC420. Grayscale: #757575. Windows color (decimal): -4113441 or 14629825. OLE color: 14629825.
HSL color Cylindrical-coordinate representation of color #C13BDF: hue angle of 289.02º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13BDF is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 59 | 223 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.13 |
| HSL | 289.02º | 0.72% | 0.55% | - |
| HSV(B) | 289.02º | 0.74% | 0.87% | - |
| XYZ | 36.88 | 19.79 | 71.69 | - |
| YUV | 117.76 | 187.39 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 223 | 0.13 | 0.74 | 0 | 0.13 | 289.02 | 0.72 | 0.55 |
| Hex | C1 | 3B | DF | D | 4A | 0 | D | 121 | 48 | 37 |
| Octal | 301 | 73 | 337 | 15 | 112 | 0 | 15 | 441 | 110 | 67 |
| Binary | 11000001 | 111011 | 11011111 | 1101 | 1001010 | 0 | 1101 | 100100001 | 1001000 | 110111 |
Color Harmonies of #C13BDF
Complementary color
Monochromatic Colors of #C13BDF
Black with #C13BDF
Text Example
Text Example
White with #C13BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BDF; }
p { color: rgb(193,59,223); }
H1.HeaderClassName
{
color: #C13BDF;
}
.AnyTagClassName
{
color: #C13BDF;
}
</style>
background-color css
<style>
a { background-color: #C13BDF; }
a { background-color: rgb(193,59,223); }
div.DivClassName
{
background-color: #C13BDF;
}
.BgClassName
{
background-color: #C13BDF;
}
</style>
border-color css
<style>
span { border-color: #C13BDF; }
span { border-color: rgb(193,59,223); }
td.TdClassName
{
border-color: #C13BDF;
}
.TagClassName
{
border-color: #C13BDF;
}
</style>