Shades of Medium Orchid #C074E7
Tints of Medium Orchid #C074E7
RGB
CMYK
RGB Variations
Color information
#C074E7 (or 0xC074E7) is known color: Medium Orchid. HEX triplet: C0, 74 and E7. RGB value is (192,116,231). Sum of RGB (Red+Green+Blue) = 192+116+231=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #C074E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074E7 is #3F8B18. Grayscale: #979797. Windows color (decimal): -4164377 or 15168704. OLE color: 15168704.
HSL color Cylindrical-coordinate representation of color #C074E7: hue angle of 279.65º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C074E7 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 116 | 231 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.09 |
| HSL | 279.65º | 0.71% | 0.68% | - |
| HSV(B) | 279.65º | 0.5% | 0.91% | - |
| XYZ | 42.41 | 29.47 | 79.05 | - |
| YUV | 151.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 231 | 0.17 | 0.50 | 0 | 0.09 | 279.65 | 0.71 | 0.68 |
| Hex | C0 | 74 | E7 | 11 | 32 | 0 | 9 | 118 | 47 | 44 |
| Octal | 300 | 164 | 347 | 21 | 62 | 0 | 11 | 430 | 107 | 104 |
| Binary | 11000000 | 1110100 | 11100111 | 10001 | 110010 | 0 | 1001 | 100011000 | 1000111 | 1000100 |
Color Harmonies of #C074E7
Complementary color
Monochromatic Colors of #C074E7
Black with #C074E7
Text Example
Text Example
White with #C074E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074E7; }
p { color: rgb(192,116,231); }
H1.HeaderClassName
{
color: #C074E7;
}
.AnyTagClassName
{
color: #C074E7;
}
</style>
background-color css
<style>
a { background-color: #C074E7; }
a { background-color: rgb(192,116,231); }
div.DivClassName
{
background-color: #C074E7;
}
.BgClassName
{
background-color: #C074E7;
}
</style>
border-color css
<style>
span { border-color: #C074E7; }
span { border-color: rgb(192,116,231); }
td.TdClassName
{
border-color: #C074E7;
}
.TagClassName
{
border-color: #C074E7;
}
</style>