Shades of Medium Orchid #C147E4
Tints of Medium Orchid #C147E4
RGB
CMYK
RGB Variations
Color information
#C147E4 (or 0xC147E4) is known color: Medium Orchid. HEX triplet: C1, 47 and E4. RGB value is (193,71,228). Sum of RGB (Red+Green+Blue) = 193+71+228=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 228 - color contains mainly: blue. Hex color #C147E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147E4 is #3EB81B. Grayscale: #7C7C7C. Windows color (decimal): -4110364 or 14960577. OLE color: 14960577.
HSL color Cylindrical-coordinate representation of color #C147E4: hue angle of 286.62º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C147E4 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 71 | 228 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.11 |
| HSL | 286.62º | 0.74% | 0.59% | - |
| HSV(B) | 286.62º | 0.69% | 0.89% | - |
| XYZ | 38.25 | 21.45 | 75.52 | - |
| YUV | 125.38 | 185.92 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 228 | 0.15 | 0.69 | 0 | 0.11 | 286.62 | 0.74 | 0.59 |
| Hex | C1 | 47 | E4 | F | 45 | 0 | B | 11F | 4A | 3B |
| Octal | 301 | 107 | 344 | 17 | 105 | 0 | 13 | 437 | 112 | 73 |
| Binary | 11000001 | 1000111 | 11100100 | 1111 | 1000101 | 0 | 1011 | 100011111 | 1001010 | 111011 |
Color Harmonies of #C147E4
Complementary color
Monochromatic Colors of #C147E4
Black with #C147E4
Text Example
Text Example
White with #C147E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147E4; }
p { color: rgb(193,71,228); }
H1.HeaderClassName
{
color: #C147E4;
}
.AnyTagClassName
{
color: #C147E4;
}
</style>
background-color css
<style>
a { background-color: #C147E4; }
a { background-color: rgb(193,71,228); }
div.DivClassName
{
background-color: #C147E4;
}
.BgClassName
{
background-color: #C147E4;
}
</style>
border-color css
<style>
span { border-color: #C147E4; }
span { border-color: rgb(193,71,228); }
td.TdClassName
{
border-color: #C147E4;
}
.TagClassName
{
border-color: #C147E4;
}
</style>