Shades of Medium Orchid #C271E3
Tints of Medium Orchid #C271E3
RGB
CMYK
RGB Variations
Color information
#C271E3 (or 0xC271E3) is known color: Medium Orchid. HEX triplet: C2, 71 and E3. RGB value is (194,113,227). Sum of RGB (Red+Green+Blue) = 194+113+227=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #C271E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271E3 is #3D8E1C. Grayscale: #959595. Windows color (decimal): -4034077 or 14905794. OLE color: 14905794.
HSL color Cylindrical-coordinate representation of color #C271E3: hue angle of 282.63º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C271E3 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 113 | 227 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.11 |
| HSL | 282.63º | 0.67% | 0.67% | - |
| HSV(B) | 282.63º | 0.5% | 0.89% | - |
| XYZ | 42.02 | 28.83 | 76.02 | - |
| YUV | 150.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 227 | 0.15 | 0.50 | 0 | 0.11 | 282.63 | 0.67 | 0.67 |
| Hex | C2 | 71 | E3 | F | 32 | 0 | B | 11B | 43 | 43 |
| Octal | 302 | 161 | 343 | 17 | 62 | 0 | 13 | 433 | 103 | 103 |
| Binary | 11000010 | 1110001 | 11100011 | 1111 | 110010 | 0 | 1011 | 100011011 | 1000011 | 1000011 |
Color Harmonies of #C271E3
Complementary color
Monochromatic Colors of #C271E3
Black with #C271E3
Text Example
Text Example
White with #C271E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271E3; }
p { color: rgb(194,113,227); }
H1.HeaderClassName
{
color: #C271E3;
}
.AnyTagClassName
{
color: #C271E3;
}
</style>
background-color css
<style>
a { background-color: #C271E3; }
a { background-color: rgb(194,113,227); }
div.DivClassName
{
background-color: #C271E3;
}
.BgClassName
{
background-color: #C271E3;
}
</style>
border-color css
<style>
span { border-color: #C271E3; }
span { border-color: rgb(194,113,227); }
td.TdClassName
{
border-color: #C271E3;
}
.TagClassName
{
border-color: #C271E3;
}
</style>