Shades of Medium Orchid #C147EE
Tints of Medium Orchid #C147EE
RGB
CMYK
RGB Variations
Color information
#C147EE (or 0xC147EE) is known color: Medium Orchid. HEX triplet: C1, 47 and EE. RGB value is (193,71,238). Sum of RGB (Red+Green+Blue) = 193+71+238=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #C147EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C147EE is #3EB811. Grayscale: #7D7D7D. Windows color (decimal): -4110354 or 15615937. OLE color: 15615937.
HSL color Cylindrical-coordinate representation of color #C147EE: hue angle of 283.83º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C147EE is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 71 | 238 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.07 |
| HSL | 283.83º | 0.83% | 0.61% | - |
| HSV(B) | 283.83º | 0.7% | 0.93% | - |
| XYZ | 39.68 | 22.02 | 83.05 | - |
| YUV | 126.52 | 190.92 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 238 | 0.19 | 0.70 | 0 | 0.07 | 283.83 | 0.83 | 0.61 |
| Hex | C1 | 47 | EE | 13 | 46 | 0 | 7 | 11C | 53 | 3D |
| Octal | 301 | 107 | 356 | 23 | 106 | 0 | 7 | 434 | 123 | 75 |
| Binary | 11000001 | 1000111 | 11101110 | 10011 | 1000110 | 0 | 111 | 100011100 | 1010011 | 111101 |
Color Harmonies of #C147EE
Complementary color
Monochromatic Colors of #C147EE
Black with #C147EE
Text Example
Text Example
White with #C147EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147EE; }
p { color: rgb(193,71,238); }
H1.HeaderClassName
{
color: #C147EE;
}
.AnyTagClassName
{
color: #C147EE;
}
</style>
background-color css
<style>
a { background-color: #C147EE; }
a { background-color: rgb(193,71,238); }
div.DivClassName
{
background-color: #C147EE;
}
.BgClassName
{
background-color: #C147EE;
}
</style>
border-color css
<style>
span { border-color: #C147EE; }
span { border-color: rgb(193,71,238); }
td.TdClassName
{
border-color: #C147EE;
}
.TagClassName
{
border-color: #C147EE;
}
</style>