Shades of Medium Orchid #C178E3
Tints of Medium Orchid #C178E3
RGB
CMYK
RGB Variations
Color information
#C178E3 (or 0xC178E3) is known color: Medium Orchid. HEX triplet: C1, 78 and E3. RGB value is (193,120,227). Sum of RGB (Red+Green+Blue) = 193+120+227=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 227 - color contains mainly: blue. Hex color #C178E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178E3 is #3E871C. Grayscale: #999999. Windows color (decimal): -4097821 or 14907585. OLE color: 14907585.
HSL color Cylindrical-coordinate representation of color #C178E3: hue angle of 280.93º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C178E3 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 120 | 227 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.11 |
| HSL | 280.93º | 0.66% | 0.68% | - |
| HSV(B) | 280.93º | 0.47% | 0.89% | - |
| XYZ | 42.57 | 30.32 | 76.28 | - |
| YUV | 154.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 227 | 0.15 | 0.47 | 0 | 0.11 | 280.93 | 0.66 | 0.68 |
| Hex | C1 | 78 | E3 | F | 2F | 0 | B | 119 | 42 | 44 |
| Octal | 301 | 170 | 343 | 17 | 57 | 0 | 13 | 431 | 102 | 104 |
| Binary | 11000001 | 1111000 | 11100011 | 1111 | 101111 | 0 | 1011 | 100011001 | 1000010 | 1000100 |
Color Harmonies of #C178E3
Complementary color
Monochromatic Colors of #C178E3
Black with #C178E3
Text Example
Text Example
White with #C178E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178E3; }
p { color: rgb(193,120,227); }
H1.HeaderClassName
{
color: #C178E3;
}
.AnyTagClassName
{
color: #C178E3;
}
</style>
background-color css
<style>
a { background-color: #C178E3; }
a { background-color: rgb(193,120,227); }
div.DivClassName
{
background-color: #C178E3;
}
.BgClassName
{
background-color: #C178E3;
}
</style>
border-color css
<style>
span { border-color: #C178E3; }
span { border-color: rgb(193,120,227); }
td.TdClassName
{
border-color: #C178E3;
}
.TagClassName
{
border-color: #C178E3;
}
</style>