Shades of Medium Orchid #C13BD3
Tints of Medium Orchid #C13BD3
RGB
CMYK
RGB Variations
Color information
#C13BD3 (or 0xC13BD3) is known color: Medium Orchid. HEX triplet: C1, 3B and D3. RGB value is (193,59,211). Sum of RGB (Red+Green+Blue) = 193+59+211=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 211 - color contains mainly: blue. Hex color #C13BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BD3 is #3EC42C. Grayscale: #737373. Windows color (decimal): -4113453 or 13843393. OLE color: 13843393.
HSL color Cylindrical-coordinate representation of color #C13BD3: hue angle of 292.89º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13BD3 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 59 | 211 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.17 |
| HSL | 292.89º | 0.63% | 0.53% | - |
| HSV(B) | 292.89º | 0.72% | 0.83% | - |
| XYZ | 35.31 | 19.17 | 63.47 | - |
| YUV | 116.39 | 181.39 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 211 | 0.09 | 0.72 | 0 | 0.17 | 292.89 | 0.63 | 0.53 |
| Hex | C1 | 3B | D3 | 9 | 48 | 0 | 11 | 125 | 3F | 35 |
| Octal | 301 | 73 | 323 | 11 | 110 | 0 | 21 | 445 | 77 | 65 |
| Binary | 11000001 | 111011 | 11010011 | 1001 | 1001000 | 0 | 10001 | 100100101 | 111111 | 110101 |
Color Harmonies of #C13BD3
Complementary color
Monochromatic Colors of #C13BD3
Black with #C13BD3
Text Example
Text Example
White with #C13BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BD3; }
p { color: rgb(193,59,211); }
H1.HeaderClassName
{
color: #C13BD3;
}
.AnyTagClassName
{
color: #C13BD3;
}
</style>
background-color css
<style>
a { background-color: #C13BD3; }
a { background-color: rgb(193,59,211); }
div.DivClassName
{
background-color: #C13BD3;
}
.BgClassName
{
background-color: #C13BD3;
}
</style>
border-color css
<style>
span { border-color: #C13BD3; }
span { border-color: rgb(193,59,211); }
td.TdClassName
{
border-color: #C13BD3;
}
.TagClassName
{
border-color: #C13BD3;
}
</style>