Shades of Medium Orchid #C13CD3
Tints of Medium Orchid #C13CD3
RGB
CMYK
RGB Variations
Color information
#C13CD3 (or 0xC13CD3) is known color: Medium Orchid. HEX triplet: C1, 3C and D3. RGB value is (193,60,211). Sum of RGB (Red+Green+Blue) = 193+60+211=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #C13CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CD3 is #3EC32C. Grayscale: #747474. Windows color (decimal): -4113197 or 13843649. OLE color: 13843649.
HSL color Cylindrical-coordinate representation of color #C13CD3: hue angle of 292.85º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13CD3 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 60 | 211 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.17 |
| HSL | 292.85º | 0.63% | 0.53% | - |
| HSV(B) | 292.85º | 0.72% | 0.83% | - |
| XYZ | 35.37 | 19.27 | 63.48 | - |
| YUV | 116.98 | 181.06 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 211 | 0.09 | 0.72 | 0 | 0.17 | 292.85 | 0.63 | 0.53 |
| Hex | C1 | 3C | D3 | 9 | 48 | 0 | 11 | 125 | 3F | 35 |
| Octal | 301 | 74 | 323 | 11 | 110 | 0 | 21 | 445 | 77 | 65 |
| Binary | 11000001 | 111100 | 11010011 | 1001 | 1001000 | 0 | 10001 | 100100101 | 111111 | 110101 |
Color Harmonies of #C13CD3
Complementary color
Monochromatic Colors of #C13CD3
Black with #C13CD3
Text Example
Text Example
White with #C13CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CD3; }
p { color: rgb(193,60,211); }
H1.HeaderClassName
{
color: #C13CD3;
}
.AnyTagClassName
{
color: #C13CD3;
}
</style>
background-color css
<style>
a { background-color: #C13CD3; }
a { background-color: rgb(193,60,211); }
div.DivClassName
{
background-color: #C13CD3;
}
.BgClassName
{
background-color: #C13CD3;
}
</style>
border-color css
<style>
span { border-color: #C13CD3; }
span { border-color: rgb(193,60,211); }
td.TdClassName
{
border-color: #C13CD3;
}
.TagClassName
{
border-color: #C13CD3;
}
</style>