Shades of Medium Orchid #C271E6
Tints of Medium Orchid #C271E6
RGB
CMYK
RGB Variations
Color information
#C271E6 (or 0xC271E6) is known color: Medium Orchid. HEX triplet: C2, 71 and E6. RGB value is (194,113,230). Sum of RGB (Red+Green+Blue) = 194+113+230=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #C271E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C271E6 is #3D8E19. Grayscale: #969696. Windows color (decimal): -4034074 or 15102402. OLE color: 15102402.
HSL color Cylindrical-coordinate representation of color #C271E6: hue angle of 281.54º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C271E6 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 113 | 230 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.10 |
| HSL | 281.54º | 0.7% | 0.67% | - |
| HSV(B) | 281.54º | 0.51% | 0.9% | - |
| XYZ | 42.44 | 28.99 | 78.22 | - |
| YUV | 150.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 230 | 0.16 | 0.51 | 0 | 0.10 | 281.54 | 0.7 | 0.67 |
| Hex | C2 | 71 | E6 | 10 | 33 | 0 | A | 11A | 46 | 43 |
| Octal | 302 | 161 | 346 | 20 | 63 | 0 | 12 | 432 | 106 | 103 |
| Binary | 11000010 | 1110001 | 11100110 | 10000 | 110011 | 0 | 1010 | 100011010 | 1000110 | 1000011 |
Color Harmonies of #C271E6
Complementary color
Monochromatic Colors of #C271E6
Black with #C271E6
Text Example
Text Example
White with #C271E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271E6; }
p { color: rgb(194,113,230); }
H1.HeaderClassName
{
color: #C271E6;
}
.AnyTagClassName
{
color: #C271E6;
}
</style>
background-color css
<style>
a { background-color: #C271E6; }
a { background-color: rgb(194,113,230); }
div.DivClassName
{
background-color: #C271E6;
}
.BgClassName
{
background-color: #C271E6;
}
</style>
border-color css
<style>
span { border-color: #C271E6; }
span { border-color: rgb(194,113,230); }
td.TdClassName
{
border-color: #C271E6;
}
.TagClassName
{
border-color: #C271E6;
}
</style>