Shades of Medium Orchid #C13DDF
Tints of Medium Orchid #C13DDF
RGB
CMYK
RGB Variations
Color information
#C13DDF (or 0xC13DDF) is known color: Medium Orchid. HEX triplet: C1, 3D and DF. RGB value is (193,61,223). Sum of RGB (Red+Green+Blue) = 193+61+223=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #C13DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DDF is #3EC220. Grayscale: #767676. Windows color (decimal): -4112929 or 14630337. OLE color: 14630337.
HSL color Cylindrical-coordinate representation of color #C13DDF: hue angle of 288.89º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13DDF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 61 | 223 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.13 |
| HSL | 288.89º | 0.72% | 0.56% | - |
| HSV(B) | 288.89º | 0.73% | 0.87% | - |
| XYZ | 36.98 | 20 | 71.72 | - |
| YUV | 118.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 223 | 0.13 | 0.73 | 0 | 0.13 | 288.89 | 0.72 | 0.56 |
| Hex | C1 | 3D | DF | D | 49 | 0 | D | 121 | 48 | 38 |
| Octal | 301 | 75 | 337 | 15 | 111 | 0 | 15 | 441 | 110 | 70 |
| Binary | 11000001 | 111101 | 11011111 | 1101 | 1001001 | 0 | 1101 | 100100001 | 1001000 | 111000 |
Color Harmonies of #C13DDF
Complementary color
Monochromatic Colors of #C13DDF
Black with #C13DDF
Text Example
Text Example
White with #C13DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DDF; }
p { color: rgb(193,61,223); }
H1.HeaderClassName
{
color: #C13DDF;
}
.AnyTagClassName
{
color: #C13DDF;
}
</style>
background-color css
<style>
a { background-color: #C13DDF; }
a { background-color: rgb(193,61,223); }
div.DivClassName
{
background-color: #C13DDF;
}
.BgClassName
{
background-color: #C13DDF;
}
</style>
border-color css
<style>
span { border-color: #C13DDF; }
span { border-color: rgb(193,61,223); }
td.TdClassName
{
border-color: #C13DDF;
}
.TagClassName
{
border-color: #C13DDF;
}
</style>