Shades of Medium Orchid #C071E5
Tints of Medium Orchid #C071E5
RGB
CMYK
RGB Variations
Color information
#C071E5 (or 0xC071E5) is known color: Medium Orchid. HEX triplet: C0, 71 and E5. RGB value is (192,113,229). Sum of RGB (Red+Green+Blue) = 192+113+229=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #C071E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071E5 is #3F8E1A. Grayscale: #959595. Windows color (decimal): -4165147 or 15036864. OLE color: 15036864.
HSL color Cylindrical-coordinate representation of color #C071E5: hue angle of 280.86º degrees, saturation: 0.69, 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 #C071E5 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 113 | 229 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.10 |
| HSL | 280.86º | 0.69% | 0.67% | - |
| HSV(B) | 280.86º | 0.51% | 0.9% | - |
| XYZ | 41.79 | 28.67 | 77.46 | - |
| YUV | 149.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 229 | 0.16 | 0.51 | 0 | 0.10 | 280.86 | 0.69 | 0.67 |
| Hex | C0 | 71 | E5 | 10 | 33 | 0 | A | 119 | 45 | 43 |
| Octal | 300 | 161 | 345 | 20 | 63 | 0 | 12 | 431 | 105 | 103 |
| Binary | 11000000 | 1110001 | 11100101 | 10000 | 110011 | 0 | 1010 | 100011001 | 1000101 | 1000011 |
Color Harmonies of #C071E5
Complementary color
Monochromatic Colors of #C071E5
Black with #C071E5
Text Example
Text Example
White with #C071E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071E5; }
p { color: rgb(192,113,229); }
H1.HeaderClassName
{
color: #C071E5;
}
.AnyTagClassName
{
color: #C071E5;
}
</style>
background-color css
<style>
a { background-color: #C071E5; }
a { background-color: rgb(192,113,229); }
div.DivClassName
{
background-color: #C071E5;
}
.BgClassName
{
background-color: #C071E5;
}
</style>
border-color css
<style>
span { border-color: #C071E5; }
span { border-color: rgb(192,113,229); }
td.TdClassName
{
border-color: #C071E5;
}
.TagClassName
{
border-color: #C071E5;
}
</style>