Shades of Medium Orchid #C072E2
Tints of Medium Orchid #C072E2
RGB
CMYK
RGB Variations
Color information
#C072E2 (or 0xC072E2) is known color: Medium Orchid. HEX triplet: C0, 72 and E2. RGB value is (192,114,226). Sum of RGB (Red+Green+Blue) = 192+114+226=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #C072E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072E2 is #3F8D1D. Grayscale: #959595. Windows color (decimal): -4164894 or 14840512. OLE color: 14840512.
HSL color Cylindrical-coordinate representation of color #C072E2: hue angle of 281.79º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C072E2 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 114 | 226 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.11 |
| HSL | 281.79º | 0.66% | 0.67% | - |
| HSV(B) | 281.79º | 0.5% | 0.89% | - |
| XYZ | 41.48 | 28.73 | 75.31 | - |
| YUV | 150.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 226 | 0.15 | 0.50 | 0 | 0.11 | 281.79 | 0.66 | 0.67 |
| Hex | C0 | 72 | E2 | F | 32 | 0 | B | 11A | 42 | 43 |
| Octal | 300 | 162 | 342 | 17 | 62 | 0 | 13 | 432 | 102 | 103 |
| Binary | 11000000 | 1110010 | 11100010 | 1111 | 110010 | 0 | 1011 | 100011010 | 1000010 | 1000011 |
Color Harmonies of #C072E2
Complementary color
Monochromatic Colors of #C072E2
Black with #C072E2
Text Example
Text Example
White with #C072E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072E2; }
p { color: rgb(192,114,226); }
H1.HeaderClassName
{
color: #C072E2;
}
.AnyTagClassName
{
color: #C072E2;
}
</style>
background-color css
<style>
a { background-color: #C072E2; }
a { background-color: rgb(192,114,226); }
div.DivClassName
{
background-color: #C072E2;
}
.BgClassName
{
background-color: #C072E2;
}
</style>
border-color css
<style>
span { border-color: #C072E2; }
span { border-color: rgb(192,114,226); }
td.TdClassName
{
border-color: #C072E2;
}
.TagClassName
{
border-color: #C072E2;
}
</style>