Shades of Medium Orchid #C144EC
Tints of Medium Orchid #C144EC
RGB
CMYK
RGB Variations
Color information
#C144EC (or 0xC144EC) is known color: Medium Orchid. HEX triplet: C1, 44 and EC. RGB value is (193,68,236). Sum of RGB (Red+Green+Blue) = 193+68+236=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #C144EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C144EC is #3EBB13. Grayscale: #7B7B7B. Windows color (decimal): -4111124 or 15484097. OLE color: 15484097.
HSL color Cylindrical-coordinate representation of color #C144EC: hue angle of 284.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C144EC is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 68 | 236 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.07 |
| HSL | 284.64º | 0.82% | 0.6% | - |
| HSV(B) | 284.64º | 0.71% | 0.93% | - |
| XYZ | 39.2 | 21.53 | 81.45 | - |
| YUV | 124.53 | 190.91 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 236 | 0.18 | 0.71 | 0 | 0.07 | 284.64 | 0.82 | 0.6 |
| Hex | C1 | 44 | EC | 12 | 47 | 0 | 7 | 11D | 52 | 3C |
| Octal | 301 | 104 | 354 | 22 | 107 | 0 | 7 | 435 | 122 | 74 |
| Binary | 11000001 | 1000100 | 11101100 | 10010 | 1000111 | 0 | 111 | 100011101 | 1010010 | 111100 |
Color Harmonies of #C144EC
Complementary color
Monochromatic Colors of #C144EC
Black with #C144EC
Text Example
Text Example
White with #C144EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144EC; }
p { color: rgb(193,68,236); }
H1.HeaderClassName
{
color: #C144EC;
}
.AnyTagClassName
{
color: #C144EC;
}
</style>
background-color css
<style>
a { background-color: #C144EC; }
a { background-color: rgb(193,68,236); }
div.DivClassName
{
background-color: #C144EC;
}
.BgClassName
{
background-color: #C144EC;
}
</style>
border-color css
<style>
span { border-color: #C144EC; }
span { border-color: rgb(193,68,236); }
td.TdClassName
{
border-color: #C144EC;
}
.TagClassName
{
border-color: #C144EC;
}
</style>