Shades of Medium Orchid #C13AD0
Tints of Medium Orchid #C13AD0
RGB
CMYK
RGB Variations
Color information
#C13AD0 (or 0xC13AD0) is known color: Medium Orchid. HEX triplet: C1, 3A and D0. RGB value is (193,58,208). Sum of RGB (Red+Green+Blue) = 193+58+208=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #C13AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13AD0 is #3EC52F. Grayscale: #737373. Windows color (decimal): -4113712 or 13646529. OLE color: 13646529.
HSL color Cylindrical-coordinate representation of color #C13AD0: hue angle of 294º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13AD0 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 58 | 208 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.18 |
| HSL | 294º | 0.61% | 0.52% | - |
| HSV(B) | 294º | 0.72% | 0.82% | - |
| XYZ | 34.89 | 18.92 | 61.49 | - |
| YUV | 115.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 208 | 0.07 | 0.72 | 0 | 0.18 | 294 | 0.61 | 0.52 |
| Hex | C1 | 3A | D0 | 7 | 48 | 0 | 12 | 126 | 3D | 34 |
| Octal | 301 | 72 | 320 | 7 | 110 | 0 | 22 | 446 | 75 | 64 |
| Binary | 11000001 | 111010 | 11010000 | 111 | 1001000 | 0 | 10010 | 100100110 | 111101 | 110100 |
Color Harmonies of #C13AD0
Complementary color
Monochromatic Colors of #C13AD0
Black with #C13AD0
Text Example
Text Example
White with #C13AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13AD0; }
p { color: rgb(193,58,208); }
H1.HeaderClassName
{
color: #C13AD0;
}
.AnyTagClassName
{
color: #C13AD0;
}
</style>
background-color css
<style>
a { background-color: #C13AD0; }
a { background-color: rgb(193,58,208); }
div.DivClassName
{
background-color: #C13AD0;
}
.BgClassName
{
background-color: #C13AD0;
}
</style>
border-color css
<style>
span { border-color: #C13AD0; }
span { border-color: rgb(193,58,208); }
td.TdClassName
{
border-color: #C13AD0;
}
.TagClassName
{
border-color: #C13AD0;
}
</style>