Shades of Medium Orchid #C070E9
Tints of Medium Orchid #C070E9
RGB
CMYK
RGB Variations
Color information
#C070E9 (or 0xC070E9) is known color: Medium Orchid. HEX triplet: C0, 70 and E9. RGB value is (192,112,233). Sum of RGB (Red+Green+Blue) = 192+112+233=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #C070E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070E9 is #3F8F16. Grayscale: #959595. Windows color (decimal): -4165399 or 15298752. OLE color: 15298752.
HSL color Cylindrical-coordinate representation of color #C070E9: hue angle of 279.67º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C070E9 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 112 | 233 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.09 |
| HSL | 279.67º | 0.73% | 0.68% | - |
| HSV(B) | 279.67º | 0.52% | 0.91% | - |
| XYZ | 42.24 | 28.68 | 80.4 | - |
| YUV | 149.71 | 175 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 233 | 0.18 | 0.52 | 0 | 0.09 | 279.67 | 0.73 | 0.68 |
| Hex | C0 | 70 | E9 | 12 | 34 | 0 | 9 | 118 | 49 | 44 |
| Octal | 300 | 160 | 351 | 22 | 64 | 0 | 11 | 430 | 111 | 104 |
| Binary | 11000000 | 1110000 | 11101001 | 10010 | 110100 | 0 | 1001 | 100011000 | 1001001 | 1000100 |
Color Harmonies of #C070E9
Complementary color
Monochromatic Colors of #C070E9
Black with #C070E9
Text Example
Text Example
White with #C070E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070E9; }
p { color: rgb(192,112,233); }
H1.HeaderClassName
{
color: #C070E9;
}
.AnyTagClassName
{
color: #C070E9;
}
</style>
background-color css
<style>
a { background-color: #C070E9; }
a { background-color: rgb(192,112,233); }
div.DivClassName
{
background-color: #C070E9;
}
.BgClassName
{
background-color: #C070E9;
}
</style>
border-color css
<style>
span { border-color: #C070E9; }
span { border-color: rgb(192,112,233); }
td.TdClassName
{
border-color: #C070E9;
}
.TagClassName
{
border-color: #C070E9;
}
</style>