Shades of Medium Orchid #C271E7
Tints of Medium Orchid #C271E7
RGB
CMYK
RGB Variations
Color information
#C271E7 (or 0xC271E7) is known color: Medium Orchid. HEX triplet: C2, 71 and E7. RGB value is (194,113,231). Sum of RGB (Red+Green+Blue) = 194+113+231=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #C271E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C271E7 is #3D8E18. Grayscale: #969696. Windows color (decimal): -4034073 or 15167938. OLE color: 15167938.
HSL color Cylindrical-coordinate representation of color #C271E7: hue angle of 281.19º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C271E7 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 113 | 231 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.09 |
| HSL | 281.19º | 0.71% | 0.67% | - |
| HSV(B) | 281.19º | 0.51% | 0.91% | - |
| XYZ | 42.58 | 29.05 | 78.96 | - |
| YUV | 150.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 231 | 0.16 | 0.51 | 0 | 0.09 | 281.19 | 0.71 | 0.67 |
| Hex | C2 | 71 | E7 | 10 | 33 | 0 | 9 | 119 | 47 | 43 |
| Octal | 302 | 161 | 347 | 20 | 63 | 0 | 11 | 431 | 107 | 103 |
| Binary | 11000010 | 1110001 | 11100111 | 10000 | 110011 | 0 | 1001 | 100011001 | 1000111 | 1000011 |
Color Harmonies of #C271E7
Complementary color
Monochromatic Colors of #C271E7
Black with #C271E7
Text Example
Text Example
White with #C271E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271E7; }
p { color: rgb(194,113,231); }
H1.HeaderClassName
{
color: #C271E7;
}
.AnyTagClassName
{
color: #C271E7;
}
</style>
background-color css
<style>
a { background-color: #C271E7; }
a { background-color: rgb(194,113,231); }
div.DivClassName
{
background-color: #C271E7;
}
.BgClassName
{
background-color: #C271E7;
}
</style>
border-color css
<style>
span { border-color: #C271E7; }
span { border-color: rgb(194,113,231); }
td.TdClassName
{
border-color: #C271E7;
}
.TagClassName
{
border-color: #C271E7;
}
</style>