Shades of Medium Orchid #C072E9
Tints of Medium Orchid #C072E9
RGB
CMYK
RGB Variations
Color information
#C072E9 (or 0xC072E9) is known color: Medium Orchid. HEX triplet: C0, 72 and E9. RGB value is (192,114,233). Sum of RGB (Red+Green+Blue) = 192+114+233=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #C072E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072E9 is #3F8D16. Grayscale: #969696. Windows color (decimal): -4164887 or 15299264. OLE color: 15299264.
HSL color Cylindrical-coordinate representation of color #C072E9: hue angle of 279.33º degrees, saturation: 0.73, 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 #C072E9 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 114 | 233 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.09 |
| HSL | 279.33º | 0.73% | 0.68% | - |
| HSV(B) | 279.33º | 0.51% | 0.91% | - |
| XYZ | 42.46 | 29.12 | 80.47 | - |
| YUV | 150.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 233 | 0.18 | 0.51 | 0 | 0.09 | 279.33 | 0.73 | 0.68 |
| Hex | C0 | 72 | E9 | 12 | 33 | 0 | 9 | 117 | 49 | 44 |
| Octal | 300 | 162 | 351 | 22 | 63 | 0 | 11 | 427 | 111 | 104 |
| Binary | 11000000 | 1110010 | 11101001 | 10010 | 110011 | 0 | 1001 | 100010111 | 1001001 | 1000100 |
Color Harmonies of #C072E9
Complementary color
Monochromatic Colors of #C072E9
Black with #C072E9
Text Example
Text Example
White with #C072E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072E9; }
p { color: rgb(192,114,233); }
H1.HeaderClassName
{
color: #C072E9;
}
.AnyTagClassName
{
color: #C072E9;
}
</style>
background-color css
<style>
a { background-color: #C072E9; }
a { background-color: rgb(192,114,233); }
div.DivClassName
{
background-color: #C072E9;
}
.BgClassName
{
background-color: #C072E9;
}
</style>
border-color css
<style>
span { border-color: #C072E9; }
span { border-color: rgb(192,114,233); }
td.TdClassName
{
border-color: #C072E9;
}
.TagClassName
{
border-color: #C072E9;
}
</style>