Shades of Medium Orchid #C142EE
Tints of Medium Orchid #C142EE
RGB
CMYK
RGB Variations
Color information
#C142EE (or 0xC142EE) is known color: Medium Orchid. HEX triplet: C1, 42 and EE. RGB value is (193,66,238). Sum of RGB (Red+Green+Blue) = 193+66+238=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #C142EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C142EE is #3EBD11. Grayscale: #7B7B7B. Windows color (decimal): -4111634 or 15614657. OLE color: 15614657.
HSL color Cylindrical-coordinate representation of color #C142EE: hue angle of 284.3º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C142EE is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 66 | 238 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.07 |
| HSL | 284.3º | 0.83% | 0.6% | - |
| HSV(B) | 284.3º | 0.72% | 0.93% | - |
| XYZ | 39.37 | 21.41 | 82.95 | - |
| YUV | 123.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 238 | 0.19 | 0.72 | 0 | 0.07 | 284.3 | 0.83 | 0.6 |
| Hex | C1 | 42 | EE | 13 | 48 | 0 | 7 | 11C | 53 | 3C |
| Octal | 301 | 102 | 356 | 23 | 110 | 0 | 7 | 434 | 123 | 74 |
| Binary | 11000001 | 1000010 | 11101110 | 10011 | 1001000 | 0 | 111 | 100011100 | 1010011 | 111100 |
Color Harmonies of #C142EE
Complementary color
Monochromatic Colors of #C142EE
Black with #C142EE
Text Example
Text Example
White with #C142EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C142EE; }
p { color: rgb(193,66,238); }
H1.HeaderClassName
{
color: #C142EE;
}
.AnyTagClassName
{
color: #C142EE;
}
</style>
background-color css
<style>
a { background-color: #C142EE; }
a { background-color: rgb(193,66,238); }
div.DivClassName
{
background-color: #C142EE;
}
.BgClassName
{
background-color: #C142EE;
}
</style>
border-color css
<style>
span { border-color: #C142EE; }
span { border-color: rgb(193,66,238); }
td.TdClassName
{
border-color: #C142EE;
}
.TagClassName
{
border-color: #C142EE;
}
</style>