Shades of Medium Orchid #C175E2
Tints of Medium Orchid #C175E2
RGB
CMYK
RGB Variations
Color information
#C175E2 (or 0xC175E2) is known color: Medium Orchid. HEX triplet: C1, 75 and E2. RGB value is (193,117,226). Sum of RGB (Red+Green+Blue) = 193+117+226=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #C175E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175E2 is #3E8A1D. Grayscale: #979797. Windows color (decimal): -4098590 or 14841281. OLE color: 14841281.
HSL color Cylindrical-coordinate representation of color #C175E2: hue angle of 281.83º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C175E2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 117 | 226 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.11 |
| HSL | 281.83º | 0.65% | 0.67% | - |
| HSV(B) | 281.83º | 0.48% | 0.89% | - |
| XYZ | 42.08 | 29.55 | 75.44 | - |
| YUV | 152.15 | 169.68 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 226 | 0.15 | 0.48 | 0 | 0.11 | 281.83 | 0.65 | 0.67 |
| Hex | C1 | 75 | E2 | F | 30 | 0 | B | 11A | 41 | 43 |
| Octal | 301 | 165 | 342 | 17 | 60 | 0 | 13 | 432 | 101 | 103 |
| Binary | 11000001 | 1110101 | 11100010 | 1111 | 110000 | 0 | 1011 | 100011010 | 1000001 | 1000011 |
Color Harmonies of #C175E2
Complementary color
Monochromatic Colors of #C175E2
Black with #C175E2
Text Example
Text Example
White with #C175E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175E2; }
p { color: rgb(193,117,226); }
H1.HeaderClassName
{
color: #C175E2;
}
.AnyTagClassName
{
color: #C175E2;
}
</style>
background-color css
<style>
a { background-color: #C175E2; }
a { background-color: rgb(193,117,226); }
div.DivClassName
{
background-color: #C175E2;
}
.BgClassName
{
background-color: #C175E2;
}
</style>
border-color css
<style>
span { border-color: #C175E2; }
span { border-color: rgb(193,117,226); }
td.TdClassName
{
border-color: #C175E2;
}
.TagClassName
{
border-color: #C175E2;
}
</style>