Shades of Medium Orchid #C13DEA
Tints of Medium Orchid #C13DEA
RGB
CMYK
RGB Variations
Color information
#C13DEA (or 0xC13DEA) is known color: Medium Orchid. HEX triplet: C1, 3D and EA. RGB value is (193,61,234). Sum of RGB (Red+Green+Blue) = 193+61+234=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #C13DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13DEA is #3EC215. Grayscale: #777777. Windows color (decimal): -4112918 or 15351233. OLE color: 15351233.
HSL color Cylindrical-coordinate representation of color #C13DEA: hue angle of 285.78º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13DEA is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 61 | 234 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.08 |
| HSL | 285.78º | 0.8% | 0.58% | - |
| HSV(B) | 285.78º | 0.74% | 0.92% | - |
| XYZ | 38.51 | 20.62 | 79.79 | - |
| YUV | 120.19 | 192.23 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 234 | 0.18 | 0.74 | 0 | 0.08 | 285.78 | 0.8 | 0.58 |
| Hex | C1 | 3D | EA | 12 | 4A | 0 | 8 | 11E | 50 | 3A |
| Octal | 301 | 75 | 352 | 22 | 112 | 0 | 10 | 436 | 120 | 72 |
| Binary | 11000001 | 111101 | 11101010 | 10010 | 1001010 | 0 | 1000 | 100011110 | 1010000 | 111010 |
Color Harmonies of #C13DEA
Complementary color
Monochromatic Colors of #C13DEA
Black with #C13DEA
Text Example
Text Example
White with #C13DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DEA; }
p { color: rgb(193,61,234); }
H1.HeaderClassName
{
color: #C13DEA;
}
.AnyTagClassName
{
color: #C13DEA;
}
</style>
background-color css
<style>
a { background-color: #C13DEA; }
a { background-color: rgb(193,61,234); }
div.DivClassName
{
background-color: #C13DEA;
}
.BgClassName
{
background-color: #C13DEA;
}
</style>
border-color css
<style>
span { border-color: #C13DEA; }
span { border-color: rgb(193,61,234); }
td.TdClassName
{
border-color: #C13DEA;
}
.TagClassName
{
border-color: #C13DEA;
}
</style>