Shades of Medium Orchid #C13CDD
Tints of Medium Orchid #C13CDD
RGB
CMYK
RGB Variations
Color information
#C13CDD (or 0xC13CDD) is known color: Medium Orchid. HEX triplet: C1, 3C and DD. RGB value is (193,60,221). Sum of RGB (Red+Green+Blue) = 193+60+221=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #C13CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CDD is #3EC322. Grayscale: #757575. Windows color (decimal): -4113187 or 14499009. OLE color: 14499009.
HSL color Cylindrical-coordinate representation of color #C13CDD: hue angle of 289.57º degrees, saturation: 0.7, 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 #C13CDD is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 60 | 221 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.13 |
| HSL | 289.57º | 0.7% | 0.55% | - |
| HSV(B) | 289.57º | 0.73% | 0.87% | - |
| XYZ | 36.66 | 19.79 | 70.29 | - |
| YUV | 118.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 221 | 0.13 | 0.73 | 0 | 0.13 | 289.57 | 0.7 | 0.55 |
| Hex | C1 | 3C | DD | D | 49 | 0 | D | 122 | 46 | 37 |
| Octal | 301 | 74 | 335 | 15 | 111 | 0 | 15 | 442 | 106 | 67 |
| Binary | 11000001 | 111100 | 11011101 | 1101 | 1001001 | 0 | 1101 | 100100010 | 1000110 | 110111 |
Color Harmonies of #C13CDD
Complementary color
Monochromatic Colors of #C13CDD
Black with #C13CDD
Text Example
Text Example
White with #C13CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CDD; }
p { color: rgb(193,60,221); }
H1.HeaderClassName
{
color: #C13CDD;
}
.AnyTagClassName
{
color: #C13CDD;
}
</style>
background-color css
<style>
a { background-color: #C13CDD; }
a { background-color: rgb(193,60,221); }
div.DivClassName
{
background-color: #C13CDD;
}
.BgClassName
{
background-color: #C13CDD;
}
</style>
border-color css
<style>
span { border-color: #C13CDD; }
span { border-color: rgb(193,60,221); }
td.TdClassName
{
border-color: #C13CDD;
}
.TagClassName
{
border-color: #C13CDD;
}
</style>