Shades of Medium Orchid #C171E0
Tints of Medium Orchid #C171E0
RGB
CMYK
RGB Variations
Color information
#C171E0 (or 0xC171E0) is known color: Medium Orchid. HEX triplet: C1, 71 and E0. RGB value is (193,113,224). Sum of RGB (Red+Green+Blue) = 193+113+224=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #C171E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171E0 is #3E8E1F. Grayscale: #959595. Windows color (decimal): -4099616 or 14709185. OLE color: 14709185.
HSL color Cylindrical-coordinate representation of color #C171E0: hue angle of 283.24º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C171E0 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 113 | 224 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.12 |
| HSL | 283.24º | 0.64% | 0.66% | - |
| HSV(B) | 283.24º | 0.5% | 0.88% | - |
| XYZ | 41.35 | 28.53 | 73.85 | - |
| YUV | 149.57 | 170 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 224 | 0.14 | 0.50 | 0 | 0.12 | 283.24 | 0.64 | 0.66 |
| Hex | C1 | 71 | E0 | E | 32 | 0 | C | 11B | 40 | 42 |
| Octal | 301 | 161 | 340 | 16 | 62 | 0 | 14 | 433 | 100 | 102 |
| Binary | 11000001 | 1110001 | 11100000 | 1110 | 110010 | 0 | 1100 | 100011011 | 1000000 | 1000010 |
Color Harmonies of #C171E0
Complementary color
Monochromatic Colors of #C171E0
Black with #C171E0
Text Example
Text Example
White with #C171E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171E0; }
p { color: rgb(193,113,224); }
H1.HeaderClassName
{
color: #C171E0;
}
.AnyTagClassName
{
color: #C171E0;
}
</style>
background-color css
<style>
a { background-color: #C171E0; }
a { background-color: rgb(193,113,224); }
div.DivClassName
{
background-color: #C171E0;
}
.BgClassName
{
background-color: #C171E0;
}
</style>
border-color css
<style>
span { border-color: #C171E0; }
span { border-color: rgb(193,113,224); }
td.TdClassName
{
border-color: #C171E0;
}
.TagClassName
{
border-color: #C171E0;
}
</style>