Shades of Medium Orchid #C13CEA
Tints of Medium Orchid #C13CEA
RGB
CMYK
RGB Variations
Color information
#C13CEA (or 0xC13CEA) is known color: Medium Orchid. HEX triplet: C1, 3C and EA. RGB value is (193,60,234). Sum of RGB (Red+Green+Blue) = 193+60+234=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #C13CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CEA is #3EC315. Grayscale: #777777. Windows color (decimal): -4113174 or 15350977. OLE color: 15350977.
HSL color Cylindrical-coordinate representation of color #C13CEA: hue angle of 285.86º degrees, saturation: 0.81, 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 #C13CEA is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 60 | 234 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.08 |
| HSL | 285.86º | 0.81% | 0.58% | - |
| HSV(B) | 285.86º | 0.74% | 0.92% | - |
| XYZ | 38.46 | 20.51 | 79.77 | - |
| YUV | 119.6 | 192.56 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 234 | 0.18 | 0.74 | 0 | 0.08 | 285.86 | 0.81 | 0.58 |
| Hex | C1 | 3C | EA | 12 | 4A | 0 | 8 | 11E | 51 | 3A |
| Octal | 301 | 74 | 352 | 22 | 112 | 0 | 10 | 436 | 121 | 72 |
| Binary | 11000001 | 111100 | 11101010 | 10010 | 1001010 | 0 | 1000 | 100011110 | 1010001 | 111010 |
Color Harmonies of #C13CEA
Complementary color
Monochromatic Colors of #C13CEA
Black with #C13CEA
Text Example
Text Example
White with #C13CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CEA; }
p { color: rgb(193,60,234); }
H1.HeaderClassName
{
color: #C13CEA;
}
.AnyTagClassName
{
color: #C13CEA;
}
</style>
background-color css
<style>
a { background-color: #C13CEA; }
a { background-color: rgb(193,60,234); }
div.DivClassName
{
background-color: #C13CEA;
}
.BgClassName
{
background-color: #C13CEA;
}
</style>
border-color css
<style>
span { border-color: #C13CEA; }
span { border-color: rgb(193,60,234); }
td.TdClassName
{
border-color: #C13CEA;
}
.TagClassName
{
border-color: #C13CEA;
}
</style>