Shades of Medium Orchid #C142E5
Tints of Medium Orchid #C142E5
RGB
CMYK
RGB Variations
Color information
#C142E5 (or 0xC142E5) is known color: Medium Orchid. HEX triplet: C1, 42 and E5. RGB value is (193,66,229). Sum of RGB (Red+Green+Blue) = 193+66+229=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #C142E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C142E5 is #3EBD1A. Grayscale: #7A7A7A. Windows color (decimal): -4111643 or 15024833. OLE color: 15024833.
HSL color Cylindrical-coordinate representation of color #C142E5: hue angle of 286.75º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C142E5 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 66 | 229 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.10 |
| HSL | 286.75º | 0.76% | 0.58% | - |
| HSV(B) | 286.75º | 0.71% | 0.9% | - |
| XYZ | 38.08 | 20.89 | 76.15 | - |
| YUV | 122.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 229 | 0.16 | 0.71 | 0 | 0.10 | 286.75 | 0.76 | 0.58 |
| Hex | C1 | 42 | E5 | 10 | 47 | 0 | A | 11F | 4C | 3A |
| Octal | 301 | 102 | 345 | 20 | 107 | 0 | 12 | 437 | 114 | 72 |
| Binary | 11000001 | 1000010 | 11100101 | 10000 | 1000111 | 0 | 1010 | 100011111 | 1001100 | 111010 |
Color Harmonies of #C142E5
Complementary color
Monochromatic Colors of #C142E5
Black with #C142E5
Text Example
Text Example
White with #C142E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C142E5; }
p { color: rgb(193,66,229); }
H1.HeaderClassName
{
color: #C142E5;
}
.AnyTagClassName
{
color: #C142E5;
}
</style>
background-color css
<style>
a { background-color: #C142E5; }
a { background-color: rgb(193,66,229); }
div.DivClassName
{
background-color: #C142E5;
}
.BgClassName
{
background-color: #C142E5;
}
</style>
border-color css
<style>
span { border-color: #C142E5; }
span { border-color: rgb(193,66,229); }
td.TdClassName
{
border-color: #C142E5;
}
.TagClassName
{
border-color: #C142E5;
}
</style>