Shades of Medium Orchid #C271E0
Tints of Medium Orchid #C271E0
RGB
CMYK
RGB Variations
Color information
#C271E0 (or 0xC271E0) is known color: Medium Orchid. HEX triplet: C2, 71 and E0. RGB value is (194,113,224). Sum of RGB (Red+Green+Blue) = 194+113+224=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 113 (44.53% from 255 or 21.28% 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 #C271E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271E0 is #3D8E1F. Grayscale: #959595. Windows color (decimal): -4034080 or 14709186. OLE color: 14709186.
HSL color Cylindrical-coordinate representation of color #C271E0: hue angle of 283.78º 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 #C271E0 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 113 | 224 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.12 |
| HSL | 283.78º | 0.64% | 0.66% | - |
| HSV(B) | 283.78º | 0.5% | 0.88% | - |
| XYZ | 41.61 | 28.66 | 73.86 | - |
| YUV | 149.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 224 | 0.13 | 0.50 | 0 | 0.12 | 283.78 | 0.64 | 0.66 |
| Hex | C2 | 71 | E0 | D | 32 | 0 | C | 11C | 40 | 42 |
| Octal | 302 | 161 | 340 | 15 | 62 | 0 | 14 | 434 | 100 | 102 |
| Binary | 11000010 | 1110001 | 11100000 | 1101 | 110010 | 0 | 1100 | 100011100 | 1000000 | 1000010 |
Color Harmonies of #C271E0
Complementary color
Monochromatic Colors of #C271E0
Black with #C271E0
Text Example
Text Example
White with #C271E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271E0; }
p { color: rgb(194,113,224); }
H1.HeaderClassName
{
color: #C271E0;
}
.AnyTagClassName
{
color: #C271E0;
}
</style>
background-color css
<style>
a { background-color: #C271E0; }
a { background-color: rgb(194,113,224); }
div.DivClassName
{
background-color: #C271E0;
}
.BgClassName
{
background-color: #C271E0;
}
</style>
border-color css
<style>
span { border-color: #C271E0; }
span { border-color: rgb(194,113,224); }
td.TdClassName
{
border-color: #C271E0;
}
.TagClassName
{
border-color: #C271E0;
}
</style>