Shades of Medium Orchid #C13BDA
Tints of Medium Orchid #C13BDA
RGB
CMYK
RGB Variations
Color information
#C13BDA (or 0xC13BDA) is known color: Medium Orchid. HEX triplet: C1, 3B and DA. RGB value is (193,59,218). Sum of RGB (Red+Green+Blue) = 193+59+218=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #C13BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BDA is #3EC425. Grayscale: #747474. Windows color (decimal): -4113446 or 14302145. OLE color: 14302145.
HSL color Cylindrical-coordinate representation of color #C13BDA: hue angle of 290.57º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13BDA is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 59 | 218 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.15 |
| HSL | 290.57º | 0.68% | 0.54% | - |
| HSV(B) | 290.57º | 0.73% | 0.85% | - |
| XYZ | 36.21 | 19.53 | 68.19 | - |
| YUV | 117.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 218 | 0.11 | 0.73 | 0 | 0.15 | 290.57 | 0.68 | 0.54 |
| Hex | C1 | 3B | DA | B | 49 | 0 | F | 123 | 44 | 36 |
| Octal | 301 | 73 | 332 | 13 | 111 | 0 | 17 | 443 | 104 | 66 |
| Binary | 11000001 | 111011 | 11011010 | 1011 | 1001001 | 0 | 1111 | 100100011 | 1000100 | 110110 |
Color Harmonies of #C13BDA
Complementary color
Monochromatic Colors of #C13BDA
Black with #C13BDA
Text Example
Text Example
White with #C13BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BDA; }
p { color: rgb(193,59,218); }
H1.HeaderClassName
{
color: #C13BDA;
}
.AnyTagClassName
{
color: #C13BDA;
}
</style>
background-color css
<style>
a { background-color: #C13BDA; }
a { background-color: rgb(193,59,218); }
div.DivClassName
{
background-color: #C13BDA;
}
.BgClassName
{
background-color: #C13BDA;
}
</style>
border-color css
<style>
span { border-color: #C13BDA; }
span { border-color: rgb(193,59,218); }
td.TdClassName
{
border-color: #C13BDA;
}
.TagClassName
{
border-color: #C13BDA;
}
</style>