Shades of Medium Orchid #C170E3
Tints of Medium Orchid #C170E3
RGB
CMYK
RGB Variations
Color information
#C170E3 (or 0xC170E3) is known color: Medium Orchid. HEX triplet: C1, 70 and E3. RGB value is (193,112,227). Sum of RGB (Red+Green+Blue) = 193+112+227=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #C170E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170E3 is #3E8F1C. Grayscale: #949494. Windows color (decimal): -4099869 or 14905537. OLE color: 14905537.
HSL color Cylindrical-coordinate representation of color #C170E3: hue angle of 282.26º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C170E3 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 112 | 227 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.11 |
| HSL | 282.26º | 0.67% | 0.66% | - |
| HSV(B) | 282.26º | 0.51% | 0.89% | - |
| XYZ | 41.65 | 28.47 | 75.97 | - |
| YUV | 149.33 | 171.84 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 227 | 0.15 | 0.51 | 0 | 0.11 | 282.26 | 0.67 | 0.66 |
| Hex | C1 | 70 | E3 | F | 33 | 0 | B | 11A | 43 | 42 |
| Octal | 301 | 160 | 343 | 17 | 63 | 0 | 13 | 432 | 103 | 102 |
| Binary | 11000001 | 1110000 | 11100011 | 1111 | 110011 | 0 | 1011 | 100011010 | 1000011 | 1000010 |
Color Harmonies of #C170E3
Complementary color
Monochromatic Colors of #C170E3
Black with #C170E3
Text Example
Text Example
White with #C170E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170E3; }
p { color: rgb(193,112,227); }
H1.HeaderClassName
{
color: #C170E3;
}
.AnyTagClassName
{
color: #C170E3;
}
</style>
background-color css
<style>
a { background-color: #C170E3; }
a { background-color: rgb(193,112,227); }
div.DivClassName
{
background-color: #C170E3;
}
.BgClassName
{
background-color: #C170E3;
}
</style>
border-color css
<style>
span { border-color: #C170E3; }
span { border-color: rgb(193,112,227); }
td.TdClassName
{
border-color: #C170E3;
}
.TagClassName
{
border-color: #C170E3;
}
</style>