Shades of Medium Orchid #C172E0
Tints of Medium Orchid #C172E0
RGB
CMYK
RGB Variations
Color information
#C172E0 (or 0xC172E0) is known color: Medium Orchid. HEX triplet: C1, 72 and E0. RGB value is (193,114,224). Sum of RGB (Red+Green+Blue) = 193+114+224=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #C172E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172E0 is #3E8D1F. Grayscale: #959595. Windows color (decimal): -4099360 or 14709441. OLE color: 14709441.
HSL color Cylindrical-coordinate representation of color #C172E0: hue angle of 283.09º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C172E0 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 114 | 224 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.12 |
| HSL | 283.09º | 0.64% | 0.66% | - |
| HSV(B) | 283.09º | 0.49% | 0.88% | - |
| XYZ | 41.46 | 28.75 | 73.89 | - |
| YUV | 150.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 224 | 0.14 | 0.49 | 0 | 0.12 | 283.09 | 0.64 | 0.66 |
| Hex | C1 | 72 | E0 | E | 31 | 0 | C | 11B | 40 | 42 |
| Octal | 301 | 162 | 340 | 16 | 61 | 0 | 14 | 433 | 100 | 102 |
| Binary | 11000001 | 1110010 | 11100000 | 1110 | 110001 | 0 | 1100 | 100011011 | 1000000 | 1000010 |
Color Harmonies of #C172E0
Complementary color
Monochromatic Colors of #C172E0
Black with #C172E0
Text Example
Text Example
White with #C172E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172E0; }
p { color: rgb(193,114,224); }
H1.HeaderClassName
{
color: #C172E0;
}
.AnyTagClassName
{
color: #C172E0;
}
</style>
background-color css
<style>
a { background-color: #C172E0; }
a { background-color: rgb(193,114,224); }
div.DivClassName
{
background-color: #C172E0;
}
.BgClassName
{
background-color: #C172E0;
}
</style>
border-color css
<style>
span { border-color: #C172E0; }
span { border-color: rgb(193,114,224); }
td.TdClassName
{
border-color: #C172E0;
}
.TagClassName
{
border-color: #C172E0;
}
</style>