Shades of Medium Orchid #C071E8
Tints of Medium Orchid #C071E8
RGB
CMYK
RGB Variations
Color information
#C071E8 (or 0xC071E8) is known color: Medium Orchid. HEX triplet: C0, 71 and E8. RGB value is (192,113,232). Sum of RGB (Red+Green+Blue) = 192+113+232=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #C071E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071E8 is #3F8E17. Grayscale: #959595. Windows color (decimal): -4165144 or 15233472. OLE color: 15233472.
HSL color Cylindrical-coordinate representation of color #C071E8: hue angle of 279.83º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C071E8 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 113 | 232 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.09 |
| HSL | 279.83º | 0.72% | 0.68% | - |
| HSV(B) | 279.83º | 0.51% | 0.91% | - |
| XYZ | 42.21 | 28.84 | 79.69 | - |
| YUV | 150.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 232 | 0.17 | 0.51 | 0 | 0.09 | 279.83 | 0.72 | 0.68 |
| Hex | C0 | 71 | E8 | 11 | 33 | 0 | 9 | 118 | 48 | 44 |
| Octal | 300 | 161 | 350 | 21 | 63 | 0 | 11 | 430 | 110 | 104 |
| Binary | 11000000 | 1110001 | 11101000 | 10001 | 110011 | 0 | 1001 | 100011000 | 1001000 | 1000100 |
Color Harmonies of #C071E8
Complementary color
Monochromatic Colors of #C071E8
Black with #C071E8
Text Example
Text Example
White with #C071E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071E8; }
p { color: rgb(192,113,232); }
H1.HeaderClassName
{
color: #C071E8;
}
.AnyTagClassName
{
color: #C071E8;
}
</style>
background-color css
<style>
a { background-color: #C071E8; }
a { background-color: rgb(192,113,232); }
div.DivClassName
{
background-color: #C071E8;
}
.BgClassName
{
background-color: #C071E8;
}
</style>
border-color css
<style>
span { border-color: #C071E8; }
span { border-color: rgb(192,113,232); }
td.TdClassName
{
border-color: #C071E8;
}
.TagClassName
{
border-color: #C071E8;
}
</style>