Shades of Medium Orchid #C142ED
Tints of Medium Orchid #C142ED
RGB
CMYK
RGB Variations
Color information
#C142ED (or 0xC142ED) is known color: Medium Orchid. HEX triplet: C1, 42 and ED. RGB value is (193,66,237). Sum of RGB (Red+Green+Blue) = 193+66+237=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #C142ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C142ED is #3EBD12. Grayscale: #7A7A7A. Windows color (decimal): -4111635 or 15549121. OLE color: 15549121.
HSL color Cylindrical-coordinate representation of color #C142ED: hue angle of 284.56º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C142ED is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 66 | 237 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.07 |
| HSL | 284.56º | 0.83% | 0.59% | - |
| HSV(B) | 284.56º | 0.72% | 0.93% | - |
| XYZ | 39.23 | 21.35 | 82.17 | - |
| YUV | 123.47 | 192.08 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 237 | 0.19 | 0.72 | 0 | 0.07 | 284.56 | 0.83 | 0.59 |
| Hex | C1 | 42 | ED | 13 | 48 | 0 | 7 | 11D | 53 | 3B |
| Octal | 301 | 102 | 355 | 23 | 110 | 0 | 7 | 435 | 123 | 73 |
| Binary | 11000001 | 1000010 | 11101101 | 10011 | 1001000 | 0 | 111 | 100011101 | 1010011 | 111011 |
Color Harmonies of #C142ED
Complementary color
Monochromatic Colors of #C142ED
Black with #C142ED
Text Example
Text Example
White with #C142ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C142ED; }
p { color: rgb(193,66,237); }
H1.HeaderClassName
{
color: #C142ED;
}
.AnyTagClassName
{
color: #C142ED;
}
</style>
background-color css
<style>
a { background-color: #C142ED; }
a { background-color: rgb(193,66,237); }
div.DivClassName
{
background-color: #C142ED;
}
.BgClassName
{
background-color: #C142ED;
}
</style>
border-color css
<style>
span { border-color: #C142ED; }
span { border-color: rgb(193,66,237); }
td.TdClassName
{
border-color: #C142ED;
}
.TagClassName
{
border-color: #C142ED;
}
</style>