Shades of Medium Orchid #C178E2
Tints of Medium Orchid #C178E2
RGB
CMYK
RGB Variations
Color information
#C178E2 (or 0xC178E2) is known color: Medium Orchid. HEX triplet: C1, 78 and E2. RGB value is (193,120,226). Sum of RGB (Red+Green+Blue) = 193+120+226=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #C178E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178E2 is #3E871D. Grayscale: #999999. Windows color (decimal): -4097822 or 14842049. OLE color: 14842049.
HSL color Cylindrical-coordinate representation of color #C178E2: hue angle of 281.32º degrees, saturation: 0.65, 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 #C178E2 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 120 | 226 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.11 |
| HSL | 281.32º | 0.65% | 0.68% | - |
| HSV(B) | 281.32º | 0.47% | 0.89% | - |
| XYZ | 42.44 | 30.26 | 75.56 | - |
| YUV | 153.91 | 168.68 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 226 | 0.15 | 0.47 | 0 | 0.11 | 281.32 | 0.65 | 0.68 |
| Hex | C1 | 78 | E2 | F | 2F | 0 | B | 119 | 41 | 44 |
| Octal | 301 | 170 | 342 | 17 | 57 | 0 | 13 | 431 | 101 | 104 |
| Binary | 11000001 | 1111000 | 11100010 | 1111 | 101111 | 0 | 1011 | 100011001 | 1000001 | 1000100 |
Color Harmonies of #C178E2
Complementary color
Monochromatic Colors of #C178E2
Black with #C178E2
Text Example
Text Example
White with #C178E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178E2; }
p { color: rgb(193,120,226); }
H1.HeaderClassName
{
color: #C178E2;
}
.AnyTagClassName
{
color: #C178E2;
}
</style>
background-color css
<style>
a { background-color: #C178E2; }
a { background-color: rgb(193,120,226); }
div.DivClassName
{
background-color: #C178E2;
}
.BgClassName
{
background-color: #C178E2;
}
</style>
border-color css
<style>
span { border-color: #C178E2; }
span { border-color: rgb(193,120,226); }
td.TdClassName
{
border-color: #C178E2;
}
.TagClassName
{
border-color: #C178E2;
}
</style>