Shades of Medium Orchid #C071E6
Tints of Medium Orchid #C071E6
RGB
CMYK
RGB Variations
Color information
#C071E6 (or 0xC071E6) is known color: Medium Orchid. HEX triplet: C0, 71 and E6. RGB value is (192,113,230). Sum of RGB (Red+Green+Blue) = 192+113+230=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #C071E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071E6 is #3F8E19. Grayscale: #959595. Windows color (decimal): -4165146 or 15102400. OLE color: 15102400.
HSL color Cylindrical-coordinate representation of color #C071E6: hue angle of 280.51º 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 #C071E6 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 113 | 230 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.10 |
| HSL | 280.51º | 0.7% | 0.67% | - |
| HSV(B) | 280.51º | 0.51% | 0.9% | - |
| XYZ | 41.93 | 28.73 | 78.2 | - |
| YUV | 149.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 230 | 0.17 | 0.51 | 0 | 0.10 | 280.51 | 0.7 | 0.67 |
| Hex | C0 | 71 | E6 | 11 | 33 | 0 | A | 119 | 46 | 43 |
| Octal | 300 | 161 | 346 | 21 | 63 | 0 | 12 | 431 | 106 | 103 |
| Binary | 11000000 | 1110001 | 11100110 | 10001 | 110011 | 0 | 1010 | 100011001 | 1000110 | 1000011 |
Color Harmonies of #C071E6
Complementary color
Monochromatic Colors of #C071E6
Black with #C071E6
Text Example
Text Example
White with #C071E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071E6; }
p { color: rgb(192,113,230); }
H1.HeaderClassName
{
color: #C071E6;
}
.AnyTagClassName
{
color: #C071E6;
}
</style>
background-color css
<style>
a { background-color: #C071E6; }
a { background-color: rgb(192,113,230); }
div.DivClassName
{
background-color: #C071E6;
}
.BgClassName
{
background-color: #C071E6;
}
</style>
border-color css
<style>
span { border-color: #C071E6; }
span { border-color: rgb(192,113,230); }
td.TdClassName
{
border-color: #C071E6;
}
.TagClassName
{
border-color: #C071E6;
}
</style>