Shades of Medium Orchid #C171E7
Tints of Medium Orchid #C171E7
RGB
CMYK
RGB Variations
Color information
#C171E7 (or 0xC171E7) is known color: Medium Orchid. HEX triplet: C1, 71 and E7. RGB value is (193,113,231). Sum of RGB (Red+Green+Blue) = 193+113+231=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #C171E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C171E7 is #3E8E18. Grayscale: #959595. Windows color (decimal): -4099609 or 15167937. OLE color: 15167937.
HSL color Cylindrical-coordinate representation of color #C171E7: hue angle of 280.68º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C171E7 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 113 | 231 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.09 |
| HSL | 280.68º | 0.71% | 0.67% | - |
| HSV(B) | 280.68º | 0.51% | 0.91% | - |
| XYZ | 42.32 | 28.92 | 78.95 | - |
| YUV | 150.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 231 | 0.16 | 0.51 | 0 | 0.09 | 280.68 | 0.71 | 0.67 |
| Hex | C1 | 71 | E7 | 10 | 33 | 0 | 9 | 119 | 47 | 43 |
| Octal | 301 | 161 | 347 | 20 | 63 | 0 | 11 | 431 | 107 | 103 |
| Binary | 11000001 | 1110001 | 11100111 | 10000 | 110011 | 0 | 1001 | 100011001 | 1000111 | 1000011 |
Color Harmonies of #C171E7
Complementary color
Monochromatic Colors of #C171E7
Black with #C171E7
Text Example
Text Example
White with #C171E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171E7; }
p { color: rgb(193,113,231); }
H1.HeaderClassName
{
color: #C171E7;
}
.AnyTagClassName
{
color: #C171E7;
}
</style>
background-color css
<style>
a { background-color: #C171E7; }
a { background-color: rgb(193,113,231); }
div.DivClassName
{
background-color: #C171E7;
}
.BgClassName
{
background-color: #C171E7;
}
</style>
border-color css
<style>
span { border-color: #C171E7; }
span { border-color: rgb(193,113,231); }
td.TdClassName
{
border-color: #C171E7;
}
.TagClassName
{
border-color: #C171E7;
}
</style>