Shades of Medium Orchid #C073E4
Tints of Medium Orchid #C073E4
RGB
CMYK
RGB Variations
Color information
#C073E4 (or 0xC073E4) is known color: Medium Orchid. HEX triplet: C0, 73 and E4. RGB value is (192,115,228). Sum of RGB (Red+Green+Blue) = 192+115+228=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #C073E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073E4 is #3F8C1B. Grayscale: #969696. Windows color (decimal): -4164636 or 14971840. OLE color: 14971840.
HSL color Cylindrical-coordinate representation of color #C073E4: hue angle of 280.88º degrees, saturation: 0.68, 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 #C073E4 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 115 | 228 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.11 |
| HSL | 280.88º | 0.68% | 0.67% | - |
| HSV(B) | 280.88º | 0.5% | 0.89% | - |
| XYZ | 41.87 | 29.07 | 76.8 | - |
| YUV | 150.91 | 171.51 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 228 | 0.16 | 0.50 | 0 | 0.11 | 280.88 | 0.68 | 0.67 |
| Hex | C0 | 73 | E4 | 10 | 32 | 0 | B | 119 | 44 | 43 |
| Octal | 300 | 163 | 344 | 20 | 62 | 0 | 13 | 431 | 104 | 103 |
| Binary | 11000000 | 1110011 | 11100100 | 10000 | 110010 | 0 | 1011 | 100011001 | 1000100 | 1000011 |
Color Harmonies of #C073E4
Complementary color
Monochromatic Colors of #C073E4
Black with #C073E4
Text Example
Text Example
White with #C073E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073E4; }
p { color: rgb(192,115,228); }
H1.HeaderClassName
{
color: #C073E4;
}
.AnyTagClassName
{
color: #C073E4;
}
</style>
background-color css
<style>
a { background-color: #C073E4; }
a { background-color: rgb(192,115,228); }
div.DivClassName
{
background-color: #C073E4;
}
.BgClassName
{
background-color: #C073E4;
}
</style>
border-color css
<style>
span { border-color: #C073E4; }
span { border-color: rgb(192,115,228); }
td.TdClassName
{
border-color: #C073E4;
}
.TagClassName
{
border-color: #C073E4;
}
</style>