Shades of Medium Orchid #C13FDD
Tints of Medium Orchid #C13FDD
RGB
CMYK
RGB Variations
Color information
#C13FDD (or 0xC13FDD) is known color: Medium Orchid. HEX triplet: C1, 3F and DD. RGB value is (193,63,221). Sum of RGB (Red+Green+Blue) = 193+63+221=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #C13FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FDD is #3EC022. Grayscale: #777777. Windows color (decimal): -4112419 or 14499777. OLE color: 14499777.
HSL color Cylindrical-coordinate representation of color #C13FDD: hue angle of 289.37º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13FDD is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 63 | 221 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.13 |
| HSL | 289.37º | 0.7% | 0.56% | - |
| HSV(B) | 289.37º | 0.71% | 0.87% | - |
| XYZ | 36.82 | 20.11 | 70.35 | - |
| YUV | 119.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 221 | 0.13 | 0.71 | 0 | 0.13 | 289.37 | 0.7 | 0.56 |
| Hex | C1 | 3F | DD | D | 47 | 0 | D | 121 | 46 | 38 |
| Octal | 301 | 77 | 335 | 15 | 107 | 0 | 15 | 441 | 106 | 70 |
| Binary | 11000001 | 111111 | 11011101 | 1101 | 1000111 | 0 | 1101 | 100100001 | 1000110 | 111000 |
Color Harmonies of #C13FDD
Complementary color
Monochromatic Colors of #C13FDD
Black with #C13FDD
Text Example
Text Example
White with #C13FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FDD; }
p { color: rgb(193,63,221); }
H1.HeaderClassName
{
color: #C13FDD;
}
.AnyTagClassName
{
color: #C13FDD;
}
</style>
background-color css
<style>
a { background-color: #C13FDD; }
a { background-color: rgb(193,63,221); }
div.DivClassName
{
background-color: #C13FDD;
}
.BgClassName
{
background-color: #C13FDD;
}
</style>
border-color css
<style>
span { border-color: #C13FDD; }
span { border-color: rgb(193,63,221); }
td.TdClassName
{
border-color: #C13FDD;
}
.TagClassName
{
border-color: #C13FDD;
}
</style>