Shades of Medium Orchid #C172E7
Tints of Medium Orchid #C172E7
RGB
CMYK
RGB Variations
Color information
#C172E7 (or 0xC172E7) is known color: Medium Orchid. HEX triplet: C1, 72 and E7. RGB value is (193,114,231). Sum of RGB (Red+Green+Blue) = 193+114+231=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #C172E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C172E7 is #3E8D18. Grayscale: #969696. Windows color (decimal): -4099353 or 15168193. OLE color: 15168193.
HSL color Cylindrical-coordinate representation of color #C172E7: hue angle of 280.51º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C172E7 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 114 | 231 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.09 |
| HSL | 280.51º | 0.71% | 0.68% | - |
| HSV(B) | 280.51º | 0.51% | 0.91% | - |
| XYZ | 42.43 | 29.14 | 78.99 | - |
| YUV | 150.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 231 | 0.16 | 0.51 | 0 | 0.09 | 280.51 | 0.71 | 0.68 |
| Hex | C1 | 72 | E7 | 10 | 33 | 0 | 9 | 119 | 47 | 44 |
| Octal | 301 | 162 | 347 | 20 | 63 | 0 | 11 | 431 | 107 | 104 |
| Binary | 11000001 | 1110010 | 11100111 | 10000 | 110011 | 0 | 1001 | 100011001 | 1000111 | 1000100 |
Color Harmonies of #C172E7
Complementary color
Monochromatic Colors of #C172E7
Black with #C172E7
Text Example
Text Example
White with #C172E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172E7; }
p { color: rgb(193,114,231); }
H1.HeaderClassName
{
color: #C172E7;
}
.AnyTagClassName
{
color: #C172E7;
}
</style>
background-color css
<style>
a { background-color: #C172E7; }
a { background-color: rgb(193,114,231); }
div.DivClassName
{
background-color: #C172E7;
}
.BgClassName
{
background-color: #C172E7;
}
</style>
border-color css
<style>
span { border-color: #C172E7; }
span { border-color: rgb(193,114,231); }
td.TdClassName
{
border-color: #C172E7;
}
.TagClassName
{
border-color: #C172E7;
}
</style>