Shades of Medium Orchid #C13CDF
Tints of Medium Orchid #C13CDF
RGB
CMYK
RGB Variations
Color information
#C13CDF (or 0xC13CDF) is known color: Medium Orchid. HEX triplet: C1, 3C and DF. RGB value is (193,60,223). Sum of RGB (Red+Green+Blue) = 193+60+223=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #C13CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CDF is #3EC320. Grayscale: #757575. Windows color (decimal): -4113185 or 14630081. OLE color: 14630081.
HSL color Cylindrical-coordinate representation of color #C13CDF: hue angle of 288.96º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13CDF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 60 | 223 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.13 |
| HSL | 288.96º | 0.72% | 0.55% | - |
| HSV(B) | 288.96º | 0.73% | 0.87% | - |
| XYZ | 36.93 | 19.9 | 71.71 | - |
| YUV | 118.35 | 187.06 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 223 | 0.13 | 0.73 | 0 | 0.13 | 288.96 | 0.72 | 0.55 |
| Hex | C1 | 3C | DF | D | 49 | 0 | D | 121 | 48 | 37 |
| Octal | 301 | 74 | 337 | 15 | 111 | 0 | 15 | 441 | 110 | 67 |
| Binary | 11000001 | 111100 | 11011111 | 1101 | 1001001 | 0 | 1101 | 100100001 | 1001000 | 110111 |
Color Harmonies of #C13CDF
Complementary color
Monochromatic Colors of #C13CDF
Black with #C13CDF
Text Example
Text Example
White with #C13CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CDF; }
p { color: rgb(193,60,223); }
H1.HeaderClassName
{
color: #C13CDF;
}
.AnyTagClassName
{
color: #C13CDF;
}
</style>
background-color css
<style>
a { background-color: #C13CDF; }
a { background-color: rgb(193,60,223); }
div.DivClassName
{
background-color: #C13CDF;
}
.BgClassName
{
background-color: #C13CDF;
}
</style>
border-color css
<style>
span { border-color: #C13CDF; }
span { border-color: rgb(193,60,223); }
td.TdClassName
{
border-color: #C13CDF;
}
.TagClassName
{
border-color: #C13CDF;
}
</style>